Commit 8977094c26f49a0a7c4310fd41b53010d2fb3e70

Authored by yvan.ni
1 parent 5263f2c7

分类的名称不显示

pages/goods/categoryList/categoryList.wxml
@@ -196,7 +196,7 @@ @@ -196,7 +196,7 @@
196 <block wx:for="{{groups}}" wx:for-item="brand_list" wx:for-index="pidx"> 196 <block wx:for="{{groups}}" wx:for-item="brand_list" wx:for-index="pidx">
197 <view class="brand_img_frame" wx:for="{{brand_list.array}}" wx:for-item="user" wx:for-index="idx" bindtap="go_brand" data-bid="{{user.id}}" > 197 <view class="brand_img_frame" wx:for="{{brand_list.array}}" wx:for-item="user" wx:for-index="idx" bindtap="go_brand" data-bid="{{user.id}}" >
198 198
199 - <view class="brand_img t-c"> 199 + <view class="t-c">
200 <image class="brand_img" src="{{user.logo}}" data-errorimg="groups[{{pidx}}].array[{{idx}}].logo" binderror="bind_bnerr_pp"></image> 200 <image class="brand_img" src="{{user.logo}}" data-errorimg="groups[{{pidx}}].array[{{idx}}].logo" binderror="bind_bnerr_pp"></image>
201 <view class="brand_img_name ellipsis-1 fs24">{{user.name}}</view> 201 <view class="brand_img_name ellipsis-1 fs24">{{user.name}}</view>
202 </view> 202 </view>
@@ -381,7 +381,7 @@ @@ -381,7 +381,7 @@
381 <block wx:for="{{groups}}" wx:for-item="brand_list" wx:for-index="pidx"> 381 <block wx:for="{{groups}}" wx:for-item="brand_list" wx:for-index="pidx">
382 <view class="brand_img_frame "wx:for="{{brand_list.array}}" wx:for-item="user" wx:for-index="idx" bindtap="go_brand" data-bid="{{user.id}}" > 382 <view class="brand_img_frame "wx:for="{{brand_list.array}}" wx:for-item="user" wx:for-index="idx" bindtap="go_brand" data-bid="{{user.id}}" >
383 383
384 - <view class="brand_img t-c"> 384 + <view class="t-c">
385 <image class=" brand_img" src="{{user.logo}}" data-pix="{{pidx}}" data-idx="{{idx}}" data-errorimg="groups[{{pidx}}].array[{{idx}}].logo" binderror="bind_bnerr_pp"></image> 385 <image class=" brand_img" src="{{user.logo}}" data-pix="{{pidx}}" data-idx="{{idx}}" data-errorimg="groups[{{pidx}}].array[{{idx}}].logo" binderror="bind_bnerr_pp"></image>
386 <view class="brand_img_name ellipsis-1 fs24">{{user.name}}</view> 386 <view class="brand_img_name ellipsis-1 fs24">{{user.name}}</view>
387 </view> 387 </view>