|
|
@ -39,7 +39,7 @@ |
|
|
<view class="text-gray" style="font-size:28rpx">购买数量</view> |
|
|
<view class="text-gray" style="font-size:28rpx">购买数量</view> |
|
|
<wux-input-number value="{{form.number}}" controlled="{{true}}" disabled="{{false}}" color="stable" min="{{1}}" max="{{form.stockNumber||orderInfo.stockNumber}}" bind:change="onNumChange" /> |
|
|
<wux-input-number value="{{form.number}}" controlled="{{true}}" disabled="{{false}}" color="stable" min="{{1}}" max="{{form.stockNumber||orderInfo.stockNumber}}" bind:change="onNumChange" /> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<view class="bg-white" style="padding:32rpx;margin-top:32rpx"> |
|
|
<view class="bg-white" style="padding:32rpx;margin-top:32rpx"> |
|
|
<view class="text-black" style="font-size:32rpx">商品描述</view> |
|
|
<view class="text-black" style="font-size:32rpx">商品描述</view> |
|
|
<view class="text-gray" style="font-size:28rpx;margin-top:32rpx">{{orderInfo.detail}}</view> |
|
|
<view class="text-gray" style="font-size:28rpx;margin-top:32rpx">{{orderInfo.detail}}</view> |
|
|
@ -47,6 +47,13 @@ |
|
|
<view class="bg-white"> |
|
|
<view class="bg-white"> |
|
|
<view style="height:1px;width:100%;background-color:#F3F3F3;margin-left:32rpx"></view> |
|
|
<view style="height:1px;width:100%;background-color:#F3F3F3;margin-left:32rpx"></view> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view class="bg-white" style="padding:32rpx;margin-top:32rpx" wx:if="{{orderInfo.groupSummary}}"> |
|
|
|
|
|
<view class="text-black" style="font-size:32rpx">拼团说明</view> |
|
|
|
|
|
<view class="text-gray" style="font-size:28rpx;margin-top:32rpx">{{orderInfo.groupSummary}}</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="bg-white" wx:if="{{orderInfo.groupSummary}}"> |
|
|
|
|
|
<view style="height:1px;width:100%;background-color:#F3F3F3;margin-left:32rpx"></view> |
|
|
|
|
|
</view> |
|
|
<view class="bg-white" style="padding:32rpx;"> |
|
|
<view class="bg-white" style="padding:32rpx;"> |
|
|
<view class="text-black" style="font-size:32rpx">送货说明</view> |
|
|
<view class="text-black" style="font-size:32rpx">送货说明</view> |
|
|
<view class="text-gray" style="font-size:28rpx;margin-top:32rpx">{{orderInfo.deliverTips}}</view> |
|
|
<view class="text-gray" style="font-size:28rpx;margin-top:32rpx">{{orderInfo.deliverTips}}</view> |
|
|
|