修改页面
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
<view class="nav-bar">
|
||||
<view wx:for="{{tabs}}" wx:key="key" class="nav-item" data-key="{{item.key}}" bindtap="onSwitch">
|
||||
<text class="nav-icon">{{item.icon}}</text>
|
||||
<text class="nav-label {{active===item.key?'active':''}}">{{item.label}}</text>
|
||||
</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user