Commit e7fc4ea9 authored by 胡's avatar

fix: 融租方案确认与合同明细改正

parent e5788e85
......@@ -462,12 +462,13 @@ export default {
vm.hlsHttp.post(url, param).then(function (res) {
vm.hlsPopup.hideLoading()
if (res.info.msg === 'success') {
vm.$router.push({
name: 'ElectronicSign',
params: {
url: res.info.data.url,
},
})
// vm.$router.push({
// name: 'ElectronicSign',
// params: {
// url: res.info.data.url,
// },
// })
cordova.InAppBrowser.open(res.info.data.url, '_blank', 'location=yes')
} else {
vm.hlsPopup.showLongCenter(res.info.msg)
}
......
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