xuWorkEmai 3 years ago
parent b2a4997abd
commit 73d9689c51

@ -4,6 +4,6 @@
<view class="tabbar-iocn" >
<image src="{{active == index? item.activeIcon:item.defaultIcon }}" mode="aspectFit"></image>
</view>
<view class="tabbar-title">{{item.name}}</view>
<view class="tabbar-title" style="color:{{active == index? '#499F79' :''}}">{{item.name}}</view>
</view>
</view>
Loading…
Cancel
Save