diff --git a/src/views/ebiz/sale/AccountInformation.vue b/src/views/ebiz/sale/AccountInformation.vue index cd4709604..59efeb4aa 100644 --- a/src/views/ebiz/sale/AccountInformation.vue +++ b/src/views/ebiz/sale/AccountInformation.vue @@ -585,12 +585,13 @@ export default { } saveInformation(data).then(res => { if (res.result == '0') { - window.localStorage.setItem('accountInformationRadio', this.radio) - this.orderInfoDTO.validateCustomerFlag = '0' + window.localStorage.setItem('accountInformationRadio', this.radio) this.$jump({ flag: 'h5', extra: { - url: location.origin + '/#/sale/attachmentManagement' + url: location.origin + '/#/sale/attachmentManagement', + forbidSwipeBack: '1', + needRefresh: '1' }, routerInfo: { path: '/sale/attachmentManagement'