Fix:5208 【商城小程序】抽奖订单增加规格,隐藏支付状态,支付方式,增加来源订单字段,参考效果图
This commit is contained in:
@@ -214,6 +214,9 @@
|
||||
<view v-if="cart.productInfo.attrInfo" class="more-t v12-secondary-dark-text v12-font-24">
|
||||
{{ cart.productInfo.attrInfo.sku }}
|
||||
</view>
|
||||
<view v-if="orderInfo.isDrawOrder === 1" class="more-t v12-secondary-dark-text v12-font-24">
|
||||
{{ orderInfo.drawOrderInfo.prizeAttrName }}
|
||||
</view>
|
||||
</view>
|
||||
<view class="v12-justify-between v12-flex-column v12-dark-text v12-text-right">
|
||||
<view class=" " v-if="orderInfo.isDrawOrder === 0">
|
||||
@@ -312,7 +315,7 @@
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view>
|
||||
<view v-if="orderInfo.isDrawOrder > 0">
|
||||
<u-divider></u-divider>
|
||||
<view>
|
||||
<text class="v12-font-bold">抽奖码:</text>
|
||||
@@ -358,10 +361,19 @@
|
||||
<view class="flex-0">支付方式</view>
|
||||
<view class="v12-text-right">{{ orderInfo._status._payType }}</view>
|
||||
</view>
|
||||
<view class="item acea-row row-between v12-font-24 v12-dark-text" v-if="orderInfo.mark">
|
||||
<view v-if="orderInfo.mark && orderInfo.isDrawOrder !== 1" class="item acea-row row-between v12-font-24 v12-dark-text" >
|
||||
<view class="flex-0">买家备注:</view>
|
||||
<view class="v12-text-right conttent-left">{{ orderInfo.mark }}</view>
|
||||
</view>
|
||||
<view v-if="orderInfo.isDrawOrder === 1" class="item acea-row row-between v12-font-24 v12-dark-text" >
|
||||
<view class="flex-0">来源订单:</view>
|
||||
<view class="v12-text-right conttent-left">
|
||||
{{ orderInfo.drawOrderInfo.sourceOrderId }}
|
||||
<text class="v12-px-2 v12-py-1 v12-ml-1 v12-primary-text v12-primary-border v12-radius-40" @click="copyClipboard(orderInfo.drawOrderInfo.sourceOrderId)">
|
||||
复制
|
||||
</text>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
<view v-if="false">
|
||||
|
||||
Reference in New Issue
Block a user