[新增]新增自定义tabbar组件

This commit is contained in:
唐明明
2020-12-30 10:15:22 +08:00
parent 2361b0ad09
commit 90ebeb48f7
21 changed files with 151 additions and 148 deletions

View File

@@ -28,6 +28,13 @@ Page({
this.pushInfo();
},
/**
* 生命周期函数
*/
onShow(){
wx.hideHomeButton()
},
/**
* 商城首页数据
*/

View File

@@ -38,4 +38,6 @@
<mallIndex_list push-list="{{pushList}}" loding-stats="{{lodingStats}}" has-more="{{page.has_more}}"></mallIndex_list>
</block>
</view>
</view>
</view>
<storeTabBar pages-url="pages/mall/index"></storeTabBar>