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