GFRS-2215【待完成】重新投保--签名修改--提交人:庞兴月

This commit is contained in:
pangxingyue
2021-03-25 19:45:50 +08:00
parent aba110cc13
commit 7fff2dc73b
2 changed files with 3 additions and 3 deletions

View File

@@ -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'
// 不在微信环境下

View File

@@ -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'
}
})
},