Authored by 肖亚东

详情加载慢优化

... ... @@ -149,7 +149,7 @@ Page(Object.assign({
wx.showLoading({
mask: true
});
setTimeout(() => {
// setTimeout(() => {
app = app || getApp();
let uid = app.getUid();
this.setData({
... ... @@ -170,7 +170,7 @@ Page(Object.assign({
} else {
this._init();
}
}, 1100)
// }, 1100)
},
/**
... ...