This commit is contained in:
2024-06-20 10:01:12 +08:00
parent 3e8696345e
commit f8081fbec2
2 changed files with 2 additions and 2 deletions

View File

@@ -304,7 +304,7 @@
v-if="orderContet.orderStatus == 0" v-if="orderContet.orderStatus == 0"
> >
<text class="price" <text class="price"
>合计 >合计:
<text class="total">¥{{ orderContet.realMoney }}</text> <text class="total">¥{{ orderContet.realMoney }}</text>
</text> </text>

View File

@@ -161,7 +161,7 @@
<template slot="leftSlot" slot-scope="slotProps"> <template slot="leftSlot" slot-scope="slotProps">
<view class="price_box order_bottom_box"> <view class="price_box order_bottom_box">
<text class="price" <text class="price"
>合计 >合计:
<text class="total">{{ dataInfo.lastFee }}</text> <text class="total">{{ dataInfo.lastFee }}</text>
</text> </text>