Fix:5211 【商城小程序】订单列表处的奖品的订单号名称改为:奖品订单号
This commit is contained in:
@@ -102,7 +102,7 @@
|
||||
</view>
|
||||
<view v-if="order.experienceOrderInfo" class="title acea-row row-between-wrapper" style="padding: 0 0 0 16rpx !important;">
|
||||
<view class="acea-row row-middle">
|
||||
订单号:{{ order.orderId }}
|
||||
{{ order.isDrawOrder === 1 ? '奖品订单号' : '订单号' }}:{{ order.orderId }}
|
||||
</view>
|
||||
<view
|
||||
class="font-color-white statusTag"
|
||||
|
||||
Reference in New Issue
Block a user