Fix:5208 【商城小程序】抽奖订单增加规格,隐藏支付状态,支付方式,增加来源订单字段,参考效果图

This commit is contained in:
LinCyJang
2026-05-07 00:54:50 +08:00
parent 3f9463258e
commit 5d7c3ac0c0
+2 -2
View File
@@ -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>