Commit f015dd5a1565157be6b4b47db3f53acfb92695e5
1 parent
3a11483c
1. 风格2的字体的显示优化
Showing
1 changed file
with
4 additions
and
3 deletions
pages/goods/categoryList/categoryList.wxml
... | ... | @@ -262,7 +262,7 @@ |
262 | 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 | 263 | <view class="t-c"> |
264 | 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 | 266 | </view> |
267 | 267 | </view> |
268 | 268 | </view> |
... | ... | @@ -586,12 +586,13 @@ |
586 | 586 | </view> |
587 | 587 | <!-- 显示商品列表开始 --> |
588 | 588 | <!-- <view class="classify_content-frame flex-wrap" style="width:100%;overflow:hidden;heigth:100%;"> --> |
589 | - | |
589 | + | |
590 | 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 | 592 | <view class="null" style="width:100%;height:1px;"></view> |
593 | 593 | <!-- goodslist --> |
594 | 594 | <view class="choice_list" style="height:{{msgStatus != true?'100%':''}}"> |
595 | + | |
595 | 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 | 597 | <view class="img-wrap"> |
597 | 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> | ... | ... |