更新:天医币、积分列表增加跳转订单详情页。修改活动说明字体样式

This commit is contained in:
2025-12-04 14:08:57 +08:00
parent 48a4fb20a6
commit 871eecb889
5 changed files with 65 additions and 11 deletions

View File

@@ -23,7 +23,7 @@
<text class="text-red-500 text-lg font-bold">{{ `- ${order.jfDeduction}` }}</text>
</wd-cell>
<wd-cell title="实付金额">
<text class="text-red-500 text-lg font-bold">{{ `${order.realMoney}` }}</text> {{ $t('global.coin') }}
<text class="text-red-500 text-lg font-bold">{{ `${order.realMoney}` }}</text> {{ order.orderType === 'point' ? 'NZ$' : $t('global.coin') }}
</wd-cell>
</wd-cell-group>
@@ -36,7 +36,7 @@
<wd-icon name="file-copy" size="14px" color="#65A1FA" class="ml-1!" @click="copyToClipboard(order.orderSn)"></wd-icon>
</wd-cell>
<wd-cell title="创建时间" :value="order.createTime" />
<wd-cell title="付款时间" :value="order.paymentDate" />
<wd-cell title="付款时间" :value="order.paymentDate" v-if="order.paymentDate"/>
</wd-cell-group>
</view>