Commit 9186e4df by 李嘉林

加载优化

parent 0b804ca8
......@@ -483,10 +483,9 @@ export default {
});
}
// 获取页面数据
if (this.mpApp.globalData.pageList) {
if (this.mpApp.globalData.pageList && !this.reloadPage) {
console.log("获取页面数据-1")
that.init(this.mpApp.globalData.pageList);
} else {
this.mpApp.pageCallBack = function (params) {
console.log("获取页面数据-2")
......
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