From 25c044e9d3278be13a3eb2eac7d299eda7f1997b Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Thu, 13 Feb 2025 17:50:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=99=BA=E8=81=AA=E8=AE=B0=E8=B4=A6?= =?UTF-8?q?=E7=AE=A1=E7=90=86=EF=BC=8C=E6=8A=95=E8=B5=84=E4=BA=A4=E6=98=93?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=EF=BC=8Cbug=E4=BF=AE=E5=A4=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/invest/investAccountDeal/index.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/views/invest/investAccountDeal/index.vue b/src/views/invest/investAccountDeal/index.vue index 4213cb3..12401a2 100644 --- a/src/views/invest/investAccountDeal/index.vue +++ b/src/views/invest/investAccountDeal/index.vue @@ -311,7 +311,6 @@ function submitForm() { //如果是亏损,金额乘以-1 if (form.value.amount >= 0) { form.value.dealType = '1' - alert(form.value.dealType) } else { form.value.dealType = '2' form.value.amount = form.value.amount * -1