Commit 351cbc07aa54fdc9e9f649930cb288e8cfbe67b3

Authored by yvan.ni
1 parent 0d73638c

1. 商品分组的功能的排版问题,价格的优化

components/diy_goodsGroup/diy_goodsGroup.wxml
... ... @@ -130,7 +130,7 @@
130 130  
131 131 </view>
132 132 <view class='zs_wz5' wx:if="{{object.goodsnum}}">销量:{{item.sales_sum}}件</view>
133   -
  133 + <view style="height: 10rpx;"></view>
134 134 </view>
135 135 </navigator>
136 136 </view>
... ... @@ -264,6 +264,7 @@
264 264 </block>
265 265 </view>
266 266 <view class='zs_wz5_2l' wx:if="{{object.goodsnum}}">销量:{{item.sales_sum}}件</view>
  267 + <view style="height: 10rpx;"></view>
267 268 </view>
268 269 </view>
269 270 </view>
... ... @@ -400,6 +401,7 @@
400 401 </block>
401 402 </view>
402 403 <view class='zs_wz5_3l' wx:if="{{object.goodsnum}}">销量:{{item.sales_sum}}件</view>
  404 + <view style="height: 10rpx;"></view>
403 405 </view>
404 406 </view>
405 407 </view>
... ...
components/diy_goodsGroup/diy_goodsGroup.wxss
... ... @@ -37,7 +37,7 @@
37 37  
38 38 .zs_center {
39 39 width: 100%;
40   - min-height: 200rpx;
  40 + /* min-height: 200rpx; */
41 41 font-size: 28rpx;
42 42 color: #333;
43 43 text-align: left;
... ... @@ -294,7 +294,6 @@
294 294  
295 295 .zs_center_2l {
296 296 width: 100%;
297   - min-height: 200rpx;
298 297 font-size: 28rpx;
299 298 color: #333;
300 299 text-align: left;
... ...