Commit 4a56429a1ae6a16692ba38b78340648730f17c45
1 parent
5e304a63
商品分组修改
Showing
1 changed file
with
4 additions
and
4 deletions
components/diy_goodsGroup/diy_goodsGroup.wxml
... | ... | @@ -327,12 +327,12 @@ |
327 | 327 | </block> |
328 | 328 | <!--3个一列--> |
329 | 329 | <block wx:if='{{object.column==3}}'> |
330 | - <view class="zwp_3"> | |
330 | + <view class="zwp_3 flex wrap jc-ar"> | |
331 | 331 | <block wx:for="{{goods_array}}" > |
332 | 332 | <navigator url="{{g_filter.get_url_by_type(item)}}" class="s1_gk_a1"> |
333 | - <view class="zs_goods_wai_san" > | |
333 | + <view class="zs_goods_wai_san {{g_filter.get_border_type(object.big_order_type)}}" > | |
334 | 334 | <view class="zs_goods_san"> |
335 | - <view class='zs_goods_3l {{g_filter.get_border_type(object.big_order_type)}}'> | |
335 | + <view class='zs_goods_3l'> | |
336 | 336 | <view class='zs_top_3l rel'> |
337 | 337 | <block wx:if="{{object.big_order_type==3}}"> |
338 | 338 | <view style="position: relative; width: 100%; height: 100%"> |
... | ... | @@ -473,7 +473,7 @@ |
473 | 473 | </block> |
474 | 474 | </view> |
475 | 475 | <view class='zs_wz5_3l' wx:if="{{object.goodsnum}}">销量:{{item.sales_sum}}件</view> |
476 | - <view style="height: 10rpx;"></view> | |
476 | + <view style="height: 10rpx;"></view> | |
477 | 477 | </view> |
478 | 478 | </view> |
479 | 479 | </view> | ... | ... |