Commit 573997d7 authored by Jennie Shi's avatar Jennie Shi

jeshi

parent fc6e2414
......@@ -397,7 +397,6 @@ export default {
url: res.info.data.url,
},
})
cordova.InAppBrowser.open(res.info.data.url, '_blank', 'location=yes')
} else {
vm.hlsPopup.showLongCenter(res.info.msg)
}
......
......@@ -891,14 +891,14 @@ export default {
vm.hlsHttp.post(url, param).then(function (res) {
// vm.hlsPopup.hideLoading()
if (res.result === 'S') {
console.log(res.info.bank_full_name === ' ')
if (res.info.bank_full_name === undefined || res.info.bank_full_name === ' ') {
vm.bank_flag = false
vm.bankPic = vm.unRead
} else {
vm.bank_flag = true
vm.bankPic = vm.readed
}
// console.log(res.info.bank_full_name === ' ')
// if (res.info.bank_full_name) {
// vm.bank_flag = true
// vm.bankPic = vm.readed
// } else {
vm.bank_flag = false
vm.bankPic = vm.unRead
// }
} else {
hlsPopup.showLongCenter(res.message)
}
......
......@@ -164,7 +164,7 @@ export default {
}
},
async access () {
// cordova.plugins.IdCardPlugin.idCardIdentify({'idNum': '341181199602016223', 'idName': '史蒙蒙', 'timeout': 10000}, function (success) {
// cordova.plugins.IdCardPlugin.idCardIdentify({'idNum': '341181199602016223', 'idName': '史蒙蒙', 'phoneNum': '15751862158', environment: 'DEV'}, function (success) {
// alert(success)
// }, function (reason) {
// alert('Failed: ' + reason)
......
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