diff --git a/src/views/ebiz/insureAgain/InsureInformation.vue b/src/views/ebiz/insureAgain/InsureInformation.vue index 07aaf0cba..ea16b4512 100644 --- a/src/views/ebiz/insureAgain/InsureInformation.vue +++ b/src/views/ebiz/insureAgain/InsureInformation.vue @@ -688,7 +688,7 @@ export default { let str = '' let resultData = await commitReOrder(params) if (resultData.result == 0) { - localStorage.setItem('newOrderNo', resultData.orderNo) + localStorage.setItem('orderNo', resultData.orderNo) this.$jump({ flag: 'h5', extra: { diff --git a/src/views/ebiz/insureAgain/ProductInformation.vue b/src/views/ebiz/insureAgain/ProductInformation.vue index e4dfe7b6a..936c98128 100644 --- a/src/views/ebiz/insureAgain/ProductInformation.vue +++ b/src/views/ebiz/insureAgain/ProductInformation.vue @@ -514,7 +514,8 @@ export default { } ], orderInfoDTO: { - orderNo: this.orderInfoDTO.contNo, + // orderNo: this.orderInfoDTO.contNo, + orderNo: '', supportBank: '0' } }, @@ -522,7 +523,7 @@ export default { } commitReOrder(data).then(res => { if (res.result === '0') { - // localStorage.setItem('newOrderNo', resultData.orderNo) + localStorage.setItem('orderNo', resultData.orderNo) console.log('/insureAgain/Notification') this.$jump({ flag: 'h5', diff --git a/src/views/ebiz/insureAgain/SignatureConfirmation.vue b/src/views/ebiz/insureAgain/SignatureConfirmation.vue index 8dedf902c..040d90fd0 100644 --- a/src/views/ebiz/insureAgain/SignatureConfirmation.vue +++ b/src/views/ebiz/insureAgain/SignatureConfirmation.vue @@ -1126,8 +1126,8 @@ export default { message: '加载中……' }) let data = { - // orderNo: CacheUtils.getLocItem('orderNo'), - orderNo: '8186270000012312', + orderNo: CacheUtils.getLocItem('orderNo'), + // orderNo: '8186270000012312', getOtherType: 'RID' } localStorage.setItem('riskName', '')