Commit e3a4ef4cffc94c7b60d18b05e31f520f4c187fe8
1 parent
c7287bc1
~~wxml文件错误不报错~~
Showing
1 changed file
with
1 additions
and
1 deletions
packageC/pages/luckyGo/luckyGo_goodsInfo/luckyGo_goodsInfo.wxml
... | ... | @@ -20,7 +20,7 @@ |
20 | 20 | </view> |
21 | 21 | |
22 | 22 | <!-- tab选项卡 --> |
23 | - <view class="type-navbar" style="top:{{(top_nav?top_nav-4);0}}px"> | |
23 | + <view class="type-navbar" style="top:{{top_nav?(top_nav-4):0}}px"> | |
24 | 24 | <view class="type-box" wx:for="{{categories}}" wx:key="categories"> |
25 | 25 | <view bindtap="tabClick" class="type-navbar-item {{activeCategoryId==item.id?'type-item-on':''}}" id="{{item.id}}">{{item.name}}</view> |
26 | 26 | </view> | ... | ... |