Commit 8987935bb441891a0affabaf8cd8111696bc93ba
1 parent
aed8e658
oa单
Showing
4 changed files
with
7 additions
and
3 deletions
pages/goods/categoryList/categoryList.wxml
... | ... | @@ -296,7 +296,7 @@ |
296 | 296 | <!-- 品类--> |
297 | 297 | <block wx:if="{{is_show_pl&&select_classify_on!=221&&select_classify_on!=220&&select_classify_on!=223}}"> |
298 | 298 | <!-- <block wx:if="{{select_classify_on!=221&&select_classify_on!=220&&select_classify_on!=223&&is_level_three!=1}}"> --> |
299 | - | |
299 | + <view style="width: 515rpx;height: 180rpx;background-color: rebeccapurple;margin: 0 auto;">广告</view> | |
300 | 300 | <view class="my-container"> |
301 | 301 | <view class="classify_name fs28 flex-space-between ai-center" data-pid="0" data-cid="{{cat_id}}" bindtap='select_more'> |
302 | 302 | <view class="classify_title ellipsis-1">{{classify_name}}</view> | ... | ... |
pages/template/index.js
... | ... | @@ -27,6 +27,7 @@ Page({ |
27 | 27 | // nav_bg_color:'#e823e8', //导航按钮颜色 |
28 | 28 | //---------------- |
29 | 29 | is_show_top: 0, //是否置顶显示 |
30 | + is_fixed_nav:0,//是否显示固定底部导航 | |
30 | 31 | }, |
31 | 32 | |
32 | 33 | onLoad: function (e) { |
... | ... | @@ -189,7 +190,8 @@ Page({ |
189 | 190 | share_title: temp_data.page_title, |
190 | 191 | template_arr: t_arr, |
191 | 192 | isTemplate: 1, |
192 | - bgcolor_t: temp_data.bkcolor | |
193 | + bgcolor_t: temp_data.bkcolor, | |
194 | + is_fixed_nav:temp_data.is_fixed_nav | |
193 | 195 | }); |
194 | 196 | setTimeout(() => { |
195 | 197 | th.newGoodsGroup() | ... | ... |
pages/template/index.json
... | ... | @@ -26,6 +26,7 @@ |
26 | 26 | "scan": "/components/diy_scan/diy_scan", |
27 | 27 | "floatingWindow": "/components/diy_floatingWindow/diy_floatingWindow", |
28 | 28 | "floatingBox": "/components/diy_floatingBox/diy_floatingBox", |
29 | + "div_tab_bar": "/custom-tab-bar/index", | |
29 | 30 | "presell": "/components/diy_pregoods/diy_pregoods" |
30 | 31 | }, |
31 | 32 | "enablePullDownRefresh": false, | ... | ... |
pages/template/index.wxml