Commit db3d6d91 by 李嘉林

首页底部加载显示优化

parent 1fc5fb35
......@@ -107,7 +107,7 @@
</div>
</div>
<bottomCont></bottomCont>
<bottomCont v-if="showbottomCont"></bottomCont>
</div>
<share-popup></share-popup>
<div v-if="showMyCard">
......@@ -198,6 +198,7 @@ export default {
isShowBirth: false, // 是否展示生日礼品
birthGifts: "",
showbottomCont: false, //展示底部logo
};
},
components:{
......@@ -576,6 +577,9 @@ export default {
this.pageInfo = res;
this.pageData = JSON.parse(this.pageInfo.pageData);
});
setTimeout(() => {
this.showbottomCont = true;
}, 100);
log.info("36----------------------559", this.pageData,this.pageInfo.pageSettingData);
log.info(app.globalData.shopInfo,'app')
......
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