优化
This commit is contained in:
@@ -179,7 +179,6 @@ export default {
|
||||
};
|
||||
},
|
||||
onLoad(options) {
|
||||
|
||||
uni.getStorage({
|
||||
key: "userinfo",
|
||||
success: (res) => {
|
||||
@@ -187,10 +186,11 @@ export default {
|
||||
},
|
||||
});
|
||||
this.customData = JSON.parse(options.customData);
|
||||
console.log("customData", this.customData);
|
||||
setTimeout(() => {
|
||||
this.getPkIDInfo();
|
||||
this.getPkyourInfo();
|
||||
this.getPkmineInfo();
|
||||
this.getPkIDInfo();
|
||||
}, 500);
|
||||
},
|
||||
onShareAppMessage(res) {
|
||||
if (res.from === 'menu') {
|
||||
@@ -211,6 +211,7 @@ export default {
|
||||
},
|
||||
userInfo: true
|
||||
}).then((res) => {
|
||||
console.log(res.data);
|
||||
this.PkIDInfodata = res.data;
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user