Commit 351cbc07aa54fdc9e9f649930cb288e8cfbe67b3

Authored by yvan.ni
1 parent 0d73638c

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

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