From fabe5e3060d706cb905bdd88e3ecb4c6ec92f77f Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Wed, 13 Nov 2024 13:45:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=85=88=E4=BB=98=E8=B4=B9?= =?UTF-8?q?=E4=B8=8B=E7=8E=B0=E9=87=91=E6=94=AF=E4=BB=98=E7=AC=AC=E4=B8=80?= =?UTF-8?q?=E6=AC=A1=E7=82=B9=E5=87=BB=E6=97=B6=E4=BB=B7=E6=A0=BC=E4=B8=BA?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/tool/Instead/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/views/tool/Instead/index.vue b/src/views/tool/Instead/index.vue index c0c79eb..21e4594 100644 --- a/src/views/tool/Instead/index.vue +++ b/src/views/tool/Instead/index.vue @@ -1752,7 +1752,11 @@ export default { }, yinFuJinE() { const total = this.currentPayMoney - (this.points.toMoney || 0); - return total.toFixed(2); + if(this.isCreateOrder){ + return total.toFixed(2); + }else{ + return this.allPrice; + } }, disableTuicai() { return (