对接新版结算
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user