Commit 38b653e7 authored by youjie's avatar youjie

首页底部是否显示

parent fad8b388
......@@ -1063,6 +1063,10 @@
res.data.mall.setting.mallStyle.pricecolor;
}
this.indexPageData = res.data.home_pages.navs[0].template.data;
if(!res.data.home_pages.show_navs) {
this.showtabs = false;
this.contentHeight = this.$utils.calcContentHeight();
}
this.myPageData = res.data;
if (res.data.navbar.navs) {
uni.setStorageSync("navs", res.data.navbar.navs);
......
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