Commit e49c70434fbadeff01c9f53682a3c97e8e8753db
1 parent
4d8f2f68
小程序qa测试
Showing
1 changed file
with
5 additions
and
5 deletions
pages/user/index/index.wxml
... | ... | @@ -234,9 +234,9 @@ |
234 | 234 | <!-- 判断系统配置中有没有把菜单关闭 --> |
235 | 235 | <block wx:if="{{!util.is_close(item.name,c_list)}}"> |
236 | 236 | <!-- 有链接地址的时候 --> |
237 | - <block wx:if="{{item.weappurl}}"> | |
237 | + <block wx:if="{{item.new_weappurl}}"> | |
238 | 238 | <block wx:if="{{item.name=='PLUS会员'}}"> |
239 | - <view class="item t-c" data-url="{{item.weappurl}}" bindtap="goto" wx:if="{{is_dengji==1}}"> | |
239 | + <view class="item t-c" data-url="{{item.new_weappurl}}" bindtap="goto" wx:if="{{is_dengji==1}}"> | |
240 | 240 | <image class="xc-center-img " src="{{iurl+item.icoimg}}"></image> |
241 | 241 | <view class="fs26">PLUS会员</view> |
242 | 242 | </view> |
... | ... | @@ -254,21 +254,21 @@ |
254 | 254 | </view> |
255 | 255 | </block> |
256 | 256 | <block wx:elif="{{item.name=='套盒商品'}}"> |
257 | - <view class="item t-c" data-url="{{item.weappurl}}" bindtap="goto" wx:if="{{enableMeiye}}"> | |
257 | + <view class="item t-c" data-url="{{item.new_weappurl}}" bindtap="goto" wx:if="{{enableMeiye}}"> | |
258 | 258 | <image class="xc-center-img" src="{{iurl+item.icoimg}}"></image> |
259 | 259 | <view class="fs26">套盒商品</view> |
260 | 260 | </view> |
261 | 261 | </block> |
262 | 262 | |
263 | 263 | <block wx:elif="{{item.name=='瘦身日记'}}"> |
264 | - <view wx:if="{{has_rj>0}}" class="item t-c" data-url="{{item.weappurl}}" bindtap="goto_nav"> | |
264 | + <view wx:if="{{has_rj>0}}" class="item t-c" data-url="{{item.new_weappurl}}" bindtap="goto_nav"> | |
265 | 265 | <image class="xc-center-img" src="{{iurl+item.icoimg}}"></image> |
266 | 266 | <view class="fs26">{{item.name}}</view> |
267 | 267 | </view> |
268 | 268 | </block> |
269 | 269 | |
270 | 270 | <block wx:else> |
271 | - <view class="item t-c" data-url="{{item.weappurl}}" bindtap="goto_nav"> | |
271 | + <view class="item t-c" data-url="{{item.new_weappurl}}" bindtap="goto_nav"> | |
272 | 272 | <image class="xc-center-img" src="{{iurl+item.icoimg}}"></image> |
273 | 273 | <view class="fs26">{{item.name}}</view> |
274 | 274 | </view> | ... | ... |