Commit e7fc4ea9 authored by 胡's avatar

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

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