mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-13 04:56:44 +08:00
GFRS-2215【待完成】重新投保--签名修改--提交人:庞兴月
This commit is contained in:
@@ -159,7 +159,7 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
mounted() {
|
mounted() {
|
||||||
this.orderNo = window.localStorage.getItem('orderNo')
|
this.orderNo = window.localStorage.getItem('newOrderNo')
|
||||||
console.log('----保融form.action', config.payUrl)
|
console.log('----保融form.action', config.payUrl)
|
||||||
document.body.style.backgroundColor = '#fff'
|
document.body.style.backgroundColor = '#fff'
|
||||||
// 不在微信环境下
|
// 不在微信环境下
|
||||||
|
|||||||
@@ -1107,10 +1107,10 @@ export default {
|
|||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
url: location.origin + '/#/sale/payMent'
|
url: location.origin + '/#/insureAgain/Payment'
|
||||||
},
|
},
|
||||||
routerInfo: {
|
routerInfo: {
|
||||||
path: '/sale/payMent'
|
path: '/insureAgain/PayMent'
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user