time none8.3

This commit is contained in:
2020-08-03 20:59:24 +08:00
parent f63594706f
commit 0a52842e35
10 changed files with 116 additions and 95 deletions

View File

@@ -156,7 +156,7 @@ export default {
}).then(res => {
if (res.errCode == 0) {
this.getUserInfo();
this.$u.toast(res.message);
// this.$u.toast(res.message);
}
})
},