Commit 2f83a6fe252c6cb124ab50e213e2586d3aba1c5d

Authored by 前端开发-罗建龙
1 parent 68e0283c

去除品牌名字中的2

pages/goods/categoryList/categoryList.wxml
@@ -262,7 +262,7 @@ @@ -262,7 +262,7 @@
262 <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}}" > 262 <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}}" >
263 <view class="t-c"> 263 <view class="t-c">
264 <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> 264 <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>
265 - <view class="brand_img_name ellipsis-1 fs24">{{user.name}}2</view> 265 + <view class="brand_img_name ellipsis-1 fs24">{{user.name}}</view>
266 </view> 266 </view>
267 </view> 267 </view>
268 </view> 268 </view>
@@ -586,12 +586,13 @@ @@ -586,12 +586,13 @@
586 </view> 586 </view>
587 <!-- 显示商品列表开始 --> 587 <!-- 显示商品列表开始 -->
588 <!-- <view class="classify_content-frame flex-wrap" style="width:100%;overflow:hidden;heigth:100%;"> --> 588 <!-- <view class="classify_content-frame flex-wrap" style="width:100%;overflow:hidden;heigth:100%;"> -->
589 - 589 +
590 <!-- <view class="null" style="width:100%;margin-top:70rpx;"></view> --> 590 <!-- <view class="null" style="width:100%;margin-top:70rpx;"></view> -->
591 - <scroll-view scroll-y scroll-top="{{scrollTop}}" bindscrolltolower='scrollLower' style="height:{{windowHeight}};position:absolute;margin-top:70rpx;top:0;bottom:0;left:0;width:100%;"> 591 + <scroll-view scroll-y scroll-top="{{scrollTop}}" bindscrolltolower='scrollLower' style="height:{{windowHeight}};position:absolute;margin-top:70rpx;top:0;bottom:0;left:0;width:100%;margin-bottom: 80rpx;">
592 <view class="null" style="width:100%;height:1px;"></view> 592 <view class="null" style="width:100%;height:1px;"></view>
593 <!-- goodslist --> 593 <!-- goodslist -->
594 <view class="choice_list" style="height:{{msgStatus != true?'100%':''}}"> 594 <view class="choice_list" style="height:{{msgStatus != true?'100%':''}}">
  595 +
595 <navigator class="choice_item" style="margin-bottom:{{dataLength -1 == index?'100px':'0'}}" url="/pages/goods/goodsInfo/goodsInfo?goods_id={{item.goods_id}}" wx:for="{{requestData}}" data-id="{{index}}" wx:key="{{index}}"> 596 <navigator class="choice_item" style="margin-bottom:{{dataLength -1 == index?'100px':'0'}}" url="/pages/goods/goodsInfo/goodsInfo?goods_id={{item.goods_id}}" wx:for="{{requestData}}" data-id="{{index}}" wx:key="{{index}}">
596 <view class="img-wrap"> 597 <view class="img-wrap">
597 <image src="{{url+item.original_img}}" binderror="bind_bnerr_t3" data-url="{{url+item.original_img}}" lazy-load="true" data-errorimg="requestData[{{index}}].original_img"></image> 598 <image src="{{url+item.original_img}}" binderror="bind_bnerr_t3" data-url="{{url+item.original_img}}" lazy-load="true" data-errorimg="requestData[{{index}}].original_img"></image>