修改小程序bug

This commit is contained in:
邓洁
2023-03-15 17:46:39 +08:00
parent 960e8848f9
commit 050739652d
2 changed files with 17 additions and 10 deletions

View File

@@ -67,7 +67,10 @@
//获取头像昵称和普通会员和VIP会员
getUser() {
this.$apiServe.getUser().then(res => {
if (res.data.msg === "登录超时,请重新登录") {
// if (res.data.msg === "登录超时,请重新登录") {
// this.isLoad = false
// }
if (res.data.code === -1) {
this.isLoad = false
}
var data = res.data.data