Commit b143d633 authored by linxin's avatar linxin

add

parent a3354610
......@@ -13,5 +13,5 @@ module.exports = merge(prodEnv, {
filePath: '"http://180.104.121.66:8088/r/api/app/fileViewSvc?sysName=XCMG_DEV&apiName=file_view&"',
ocrPath: '"http://180.104.121.66:8088/r/api"',
appId: '"com.xcmg.app.dev"',
currentVersion: '"1.6.3"',
currentVersion: '"1.6.8"',
})
......@@ -235,10 +235,12 @@ export default {
vm.hlsPopup.showLoading('请稍后')
vm.hlsHttp.post(url, param).then(function (res) {
vm.hlsPopup.hideLoading()
if (res.success) {
if (res.success && !res.result.error_code) {
vm.codeList = [...res.result.result.code]
vm.sessionId = res.result.result.session_id
vm.downNum = true
} else {
hlsPopup.showLongCenter('获取验证码失败')
}
})
/* let str = '098672'
......
......@@ -235,10 +235,12 @@ export default {
vm.hlsPopup.showLoading('请稍后')
vm.hlsHttp.post(url, param).then(function (res) {
vm.hlsPopup.hideLoading()
if (res.success) {
if (res.success && !res.result.error_code) {
vm.codeList = [...res.result.result.code]
vm.sessionId = res.result.result.session_id
vm.downNum = true
} else {
hlsPopup.showLongCenter('获取验证码失败')
}
})
/* let str = '098672'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment