Commit 8fa89a81984e96899d0e357c289e7a9bd8a65288
1 parent
efdd40a2
优化搭配购列表样式
Showing
1 changed file
with
1 additions
and
1 deletions
packageA/pages/prom_list/prom_list.wxml
... | ... | @@ -3,7 +3,7 @@ |
3 | 3 | <wxs module="tool" src="filter.wxs"></wxs> |
4 | 4 | |
5 | 5 | <view class="head" style="font-size: 34rpx">搭配商品</view> |
6 | -<view class="goods_list" wx:if="{{data && data.goods_name}}"> | |
6 | +<view class="goods_list" style="padding-bottom: 100rpx;" wx:if="{{data && data.goods_name}}"> | |
7 | 7 | <view class="item flex ai-center"> |
8 | 8 | <view style="width:80rpx;height: 100%" class="flex ai-center jc-center"><icon type="success" size="18"></icon></view> |
9 | 9 | <view class="r_box flex" bindtap="go_goods" data-gid="{{data.goods_id}}"> | ... | ... |