优化页面
This commit is contained in:
13
unpackage/dist/dev/mp-weixin/pages/Mine/Mine.js
vendored
13
unpackage/dist/dev/mp-weixin/pages/Mine/Mine.js
vendored
@@ -18,7 +18,7 @@ const _sfc_main = {
|
||||
key: "userinfo",
|
||||
success: (res) => {
|
||||
this.userinfo = res.data;
|
||||
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:133", this.userinfo);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:134", this.userinfo);
|
||||
this.getpkInformation();
|
||||
this.getmyPkRecord();
|
||||
}
|
||||
@@ -37,13 +37,13 @@ const _sfc_main = {
|
||||
page: 0,
|
||||
size: 4
|
||||
},
|
||||
userInfo: false
|
||||
userInfo: true
|
||||
}).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.pkInformationdata = res.data;
|
||||
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:156", this.pkInformationdata);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:157", this.pkInformationdata);
|
||||
} else {
|
||||
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:158", res.msg);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:159", res.msg);
|
||||
}
|
||||
});
|
||||
},
|
||||
@@ -62,9 +62,9 @@ const _sfc_main = {
|
||||
}).then((res) => {
|
||||
if (res.code == 200) {
|
||||
this.myPkRecorddata = res.data;
|
||||
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:177", this.myPkRecorddata);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:178", this.myPkRecorddata);
|
||||
} else {
|
||||
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:179", res.msg);
|
||||
common_vendor.index.__f__("log", "at pages/Mine/Mine.vue:180", res.msg);
|
||||
}
|
||||
});
|
||||
},
|
||||
@@ -101,6 +101,7 @@ const _sfc_main = {
|
||||
// 退出登录
|
||||
logout() {
|
||||
common_vendor.index.clearStorage();
|
||||
common_vendor.A.logout;
|
||||
common_vendor.index.reLaunch({
|
||||
url: "/pages/login/login"
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user