Commit db3d6d91 by 李嘉林

首页底部加载显示优化

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