Commit 2be7be74f46d6c3c038af62ab8a25230e2ea1898

Authored by 后端开发-许程
1 parent 6b130349

商品分类

pages/goods/categoryList/categoryList.wxml
... ... @@ -233,7 +233,7 @@
233 233 <view>
234 234  
235 235  
236   -<view class="classify_name fs32 flex-space-between"data-pid="0"data-cid="{{goods.items.id}}" bindtap='select_more'>
  236 +<view class="classify_name fs32 flex-space-between"data-pid="1"data-cid="{{goods.items.id}}" bindtap='select_more'>
237 237 <view>{{goods.items.name}}</view>
238 238 <view class="flex select_more" >
239 239 <view class="red-co fs32" >选择更多</view>
... ... @@ -244,7 +244,7 @@
244 244  
245 245 <block wx:if="{{goods.arrays.length>0}}">
246 246 <view class="classify_content-frame flex-wrap">
247   - <view class="brand_img_frame t-c ib" data-cid="{{item.items.id}}" data-pid="2"wx:for="{{goods.arrays}}" wx:for-index="index" wx:for-item="item" bindtap="go_cate">
  247 + <view class="brand_img_frame t-c ib" data-cid="{{item.id}}" data-pid="2"wx:for="{{goods.arrays}}" wx:for-index="index" wx:for-item="item" bindtap="go_cate">
248 248 <image class="brand_img"src="{{item.icoimg==null||item.icoimg==''?iurl+'/miniapp/images/no_cate_def.png':item.icoimg}}"binderror="goods_bnerr" data-err="goodslist[{{index}}].logo"></image>
249 249 <view class="brand_img_name fs24">{{item.name}}</view>
250 250 </view>
... ...