|
|
@@ -16,7 +16,7 @@
|
|
|
</block>
|
|
|
</view>-->
|
|
|
</view>
|
|
|
- <view class="selectitem" wx:if="{{iconslist.length > 0}}">
|
|
|
+ <view class="selectitem">
|
|
|
<view wx:key="{{index}}" wx:for="{{iconslist}}">
|
|
|
<!--<navigator url="{{item.url}}" hover-class="none" open-type="switchTab" wx:if="{{}}">
|
|
|
</navigator>-->
|
|
|
@@ -29,6 +29,10 @@
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/cent.png" class="item-index" />
|
|
|
<view class="item-name">积分专区</view>
|
|
|
</view>
|
|
|
+ <view bindtap="tolive">
|
|
|
+ <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/zhibo.jpg" class="item-index" />
|
|
|
+ <view class="item-name">直播</view>
|
|
|
+ </view>
|
|
|
|
|
|
<view bindtap="todz">
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/shop_apply.png" class="item-index" wx:if="{{userinfo.rank < 2}}"/>
|