|
|
|
@ -4,17 +4,17 @@ |
|
|
|
<text class="icon--refresher"></text> |
|
|
|
</view> |
|
|
|
</wux-image> |
|
|
|
<view style="flex:1;padding:16rpx 20rpx"> |
|
|
|
<view class="flex flex-justify"> |
|
|
|
<view style="flex:1;padding:0rpx 20rpx;height:120px"> |
|
|
|
<view class="flex flex-justify" style="height:30px;padding-top:5px"> |
|
|
|
<view class="page-name">{{item.name}}</view> |
|
|
|
<view class="page-num" wx:if="{{item.sellMode == 1}}">{{item.viewNum}} 浏览</view> |
|
|
|
<view class="page-num" wx:elif="{{item.sellMode == 2}}">已拼{{item.soldNum}}{{item.unit}}</view> |
|
|
|
</view> |
|
|
|
<view style="height:100rpx"> |
|
|
|
<view style="height:50px"> |
|
|
|
<view class="page-outline">{{item.outline}}</view> |
|
|
|
<view class="page-outline" style="margin-top: 8rpx">{{item.summary}}</view> |
|
|
|
</view> |
|
|
|
<view class="flex flex-justify" style="align-items:flex-end"> |
|
|
|
<view class="flex flex-justify" style="align-items:flex-end;height:30px;padding-bottom:3px"> |
|
|
|
<view class="page-price">¥{{item.price}}</view> |
|
|
|
<view class="page-stock" style="margin-bottom:6rpx">库存:{{item.stockNumber}}{{item.unit}}</view> |
|
|
|
<button class="cu-btn bg-red round shadow-blur page-btn">立即抢购</button> |
|
|
|
|