对接新版结算

This commit is contained in:
gyq
2025-10-13 11:15:47 +08:00
parent b3b788d8d4
commit aabbeced98
19 changed files with 10770 additions and 719 deletions

View File

@@ -130,8 +130,8 @@
<div class="left" v-else></div>
<div class="right">
<el-text>
{{ formatDecimal(goodsStore.cartInfo.total || 0, 2, true) }}
</el-text>{{ formatDecimal(goodsStore.cartInfo.totalAmount || 0) }}
{{ formatDecimal(goodsStore.cartInfo.costSummary.goodsTotal || 0, 2, true) }}
</el-text>{{ formatDecimal(goodsStore.cartInfo.costSummary.finalPayAmount || 0) }}
</div>
</div>
<div class="num_wrap_btm">
@@ -856,6 +856,7 @@ function clearVipUserHandle() {
.t {
margin-left: 6px;
}
}
}