Commit 5b065bcf by hxx

fix

parent 4c871587
......@@ -203,7 +203,7 @@ export default {
} else {
this.mpApp.pageCallBack = (params) => {
console.log(params, "-----------------this.mpApp.globalData.pageList");
that.init(params);
this.init(params);
};
}
this.systemInfo = wx.getSystemInfoSync()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment