修改小程序bug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user