This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
产权:
rongxin_prod
yangfuda
1 year ago
parent
cd4d7ca7ba
commit
808646a7c9
3 changed files
with
9 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
src/views/user/accountSetting/bankInformation/index.vue
+3
-0
src/views/user/accountSetting/passWordInformation/index.vue
+3
-3
src/views/user/accountSetting/userInformation/userInformation.vue
+ 3
- 0
src/views/user/accountSetting/bankInformation/index.vue
View File
@@ -214,6 +214,9 @@ import {depositList, realtimeBackList} from "@/api/register";
message: '修改成功',
confirmButtonText: '确定',
})
.then(() => {
this.onClickLeft()
})
}
});
},
+ 3
- 0
src/views/user/accountSetting/passWordInformation/index.vue
View File
@@ -57,6 +57,9 @@ import {Dialog} from "vant";
message: '修改成功',
confirmButtonText: '确定',
})
.then(() => {
this.onClickLeft()
})
}
});
}
+ 3
- 3
src/views/user/accountSetting/userInformation/userInformation.vue
View File
@@ -288,9 +288,9 @@ export default {
message: '修改成功',
confirmButtonText: '确定',
})
.then(() => {
this.onClickLeft()
})
.then(() => {
this.onClickLeft()
})
}
});
},
Write
Preview
Loading…
Cancel
Save