mirror of
http://112.124.100.131/GFRS/ebiz-h5.git
synced 2025-12-22 23:26:44 +08:00
解决按钮返回无法更新按钮颜色问题
This commit is contained in:
@@ -581,7 +581,7 @@ export default {
|
|||||||
saveInformation(data).then(res => {
|
saveInformation(data).then(res => {
|
||||||
if (res.result == '0') {
|
if (res.result == '0') {
|
||||||
window.localStorage.setItem('accountInformationRadio', this.radio)
|
window.localStorage.setItem('accountInformationRadio', this.radio)
|
||||||
|
this.orderInfoDTO.validateCustomerFlag = '0'
|
||||||
this.$jump({
|
this.$jump({
|
||||||
flag: 'h5',
|
flag: 'h5',
|
||||||
extra: {
|
extra: {
|
||||||
|
|||||||
Reference in New Issue
Block a user