|
|
@@ -17,22 +17,20 @@
|
|
|
</view>-->
|
|
|
</view>
|
|
|
<view class="selectitem">
|
|
|
- <view wx:key="{{index}}" wx:for="{{iconslist}}">
|
|
|
<!--<navigator url="{{item.url}}" hover-class="none" open-type="switchTab" wx:if="{{}}">
|
|
|
</navigator>-->
|
|
|
- <view bindtap="toview" data-val="{{item}}">
|
|
|
+ <view wx:key="{{index}}" bindtap="toviewfunc" data-val="{{item}}" wx:for="{{iconslist}}" class="item-box">
|
|
|
<image src="{{item.cover}}" class="item-index" />
|
|
|
<view class="item-name">{{item.name}}</view>
|
|
|
</view>
|
|
|
- </view>
|
|
|
- <view bindtap="tocentcart">
|
|
|
+ <!-- <view bindtap="tocentcart" class="item-box">
|
|
|
<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">
|
|
|
+ <view bindtap="tolive" class="item-box">
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/zhibo.jpg" class="item-index" />
|
|
|
<view class="item-name">直播</view>
|
|
|
- </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}}"/>
|
|
|
@@ -41,20 +39,42 @@
|
|
|
<view class="item-name" wx:if="{{userinfo.rank >= 2}}">店长专区</view>
|
|
|
</view> -->
|
|
|
|
|
|
- <view bindtap="toyszq">
|
|
|
- <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/yszq.png" class="item-index" />
|
|
|
- <view class="item-name">养生专区</view>
|
|
|
+ <!-- <view bindtap="tofhvd" class="item-box">
|
|
|
+ <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/newicon5.png" class="item-index" />
|
|
|
+ <view class="item-name">凤凰V雕</view>
|
|
|
</view>
|
|
|
|
|
|
- <view bindtap="toabout">
|
|
|
+ <view bindtap="toabout" class="item-box">
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/about.png" class="item-index" />
|
|
|
<view class="item-name">关于商城</view>
|
|
|
</view>
|
|
|
|
|
|
- <view bindtap="topyq">
|
|
|
+ <view bindtap="topyq" class="item-box">
|
|
|
<image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/pyq.png" class="item-index" />
|
|
|
<view class="item-name">发圈素材</view>
|
|
|
- </view>
|
|
|
+ </view> -->
|
|
|
+
|
|
|
+ <!-- 新增 -->
|
|
|
+ <!-- <view bindtap="togrhl" class="item-box">
|
|
|
+ <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/newicon2.png" class="item-index" />
|
|
|
+ <view class="item-name">个人护理</view>
|
|
|
+ </view>
|
|
|
+ <view bindtap="tojjry" class="item-box">
|
|
|
+ <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/newicon1.png" class="item-index" />
|
|
|
+ <view class="item-name">家居日用</view>
|
|
|
+ </view>
|
|
|
+ <view bindtap="toyszq" class="item-box">
|
|
|
+ <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/yszq.png" class="item-index" />
|
|
|
+ <view class="item-name">养生食品</view>
|
|
|
+ </view>
|
|
|
+ <view bindtap="toygyp" class="item-box">
|
|
|
+ <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/newicon4.png" class="item-index" />
|
|
|
+ <view class="item-name">一国一品</view>
|
|
|
+ </view>
|
|
|
+ <view bindtap="tothzq" class="item-box">
|
|
|
+ <image src="http://fohow.oss-cn-shenzhen.aliyuncs.com/navigation_icons/newicon3.png" class="item-index" />
|
|
|
+ <view class="item-name">特惠专区</view>
|
|
|
+ </view> -->
|
|
|
</view>
|
|
|
<view class="column" wx:if="{{vershow}}" wx:if="{{firstProject.length > 0}}">
|
|
|
<view class="first-project">
|