Fix:5208 【商城小程序】抽奖订单增加规格,隐藏支付状态,支付方式,增加来源订单字段,参考效果图
This commit is contained in:
@@ -350,11 +350,11 @@
|
||||
<view class="flex-0">订单类型</view>
|
||||
<view class="v12-text-right">{{ orderTypeName }}</view>
|
||||
</view>
|
||||
<view class="item acea-row row-between v12-font-24 v12-dark-text ">
|
||||
<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">{{ orderInfo.paid ? "已支付" : "未支付" }}</view>
|
||||
</view>
|
||||
<view class="item acea-row row-between v12-font-24 v12-dark-text ">
|
||||
<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">{{ orderInfo._status._payType }}</view>
|
||||
</view>
|
||||
|
||||
Reference in New Issue
Block a user