Commit 8977094c26f49a0a7c4310fd41b53010d2fb3e70
1 parent
5263f2c7
分类的名称不显示
Showing
1 changed file
with
2 additions
and
2 deletions
pages/goods/categoryList/categoryList.wxml
... | ... | @@ -196,7 +196,7 @@ |
196 | 196 | <block wx:for="{{groups}}" wx:for-item="brand_list" wx:for-index="pidx"> |
197 | 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 | 200 | <image class="brand_img" src="{{user.logo}}" data-errorimg="groups[{{pidx}}].array[{{idx}}].logo" binderror="bind_bnerr_pp"></image> |
201 | 201 | <view class="brand_img_name ellipsis-1 fs24">{{user.name}}</view> |
202 | 202 | </view> |
... | ... | @@ -381,7 +381,7 @@ |
381 | 381 | <block wx:for="{{groups}}" wx:for-item="brand_list" wx:for-index="pidx"> |
382 | 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 | 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 | 386 | <view class="brand_img_name ellipsis-1 fs24">{{user.name}}</view> |
387 | 387 | </view> | ... | ... |