Commit b1e5ea2c authored by 郑秀明's avatar 郑秀明

修改bug

parent 08cc7fac
......@@ -99,6 +99,7 @@
method: 'GET',
dataType: 'json',
success: (res) => {
uni.hideLoading();
this.EquipmentRecommendList = res.data.data.EquipmentRecommendList;
this.isLogin = res.data.login_flg;
if(res.data.data.EquipmentHotList instanceof Array) {
......@@ -113,7 +114,6 @@
if(this.EquipmentHotList[0].length > 3) {
this.height = true;
}
uni.hideLoading();
}
});
},
......
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