update:对接虚拟支付

This commit is contained in:
2026-07-03 13:55:24 +08:00
parent 3e99bb8ad9
commit 8c6374b2c5
5 changed files with 102 additions and 79 deletions
+3 -5
View File
@@ -97,12 +97,10 @@ const cancelOrder = async () => {
>复制</text
>
</view>
<text>下单时间{{ data.vipCreateAt }}</text>
<text
>支付时间{{
<text>创建时间{{ data.orderCreateAt }}</text>
<text v-if="data.orderStatus === 4">支付时间{{
data.orderStatus === 4 ? data.paymentTime : ""
}}</text
>
}}</text>
<text>金额{{ data.total }} </text>
<text>支付方式微信</text>
</view>