mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-25 01:22:53 +08:00
Merge branch 'feature/【GFRS-2282】电投验证码优化' into dev
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user