fix(custom): 修复积分支付成功不跳转
This commit is contained in:
@@ -147,7 +147,8 @@ const countInfo = ref<{
|
||||
C?: number;
|
||||
D?: number;
|
||||
F?: number;
|
||||
Total?: number;
|
||||
ExchangeTotal?: number;
|
||||
PriceTotal?: number;
|
||||
}>({});
|
||||
|
||||
const getTj = async () => {
|
||||
@@ -176,7 +177,10 @@ const getTj = async () => {
|
||||
<view>
|
||||
<view style="font-weight: bold">订单信息</view>
|
||||
<view style="font-size: 15px"
|
||||
>总消费积分:{{ countInfo.Total || 0 }}
|
||||
>总消费积分:{{ countInfo.ExchangeTotal || 0 }}
|
||||
</view>
|
||||
<view style="font-size: 15px"
|
||||
>总消费金额:{{ countInfo.PriceTotal || 0 }}
|
||||
</view>
|
||||
</view>
|
||||
<image src="../static/user/order_list_top.png" />
|
||||
|
||||
Reference in New Issue
Block a user