From 78fb696e0ffe4625f02209a4b594612b0adccf76 Mon Sep 17 00:00:00 2001 From: wuhui_zzw <1760308791@qq.com> Date: Mon, 8 Apr 2024 15:30:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=EF=BC=9A=E5=95=86=E5=93=81?= =?UTF-8?q?=E7=BC=96=E8=BE=91=20-=20=E5=88=A4=E6=96=AD=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E5=95=86=E5=93=81=E5=8F=82=E6=95=B0=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=94=99=E8=AF=AF=20=E4=BC=98=E5=8C=96=EF=BC=9A?= =?UTF-8?q?=E6=9C=AA=E5=BC=80=E5=90=AF=E9=A2=9D=E5=BA=A6=E8=B5=A0=E9=80=81?= =?UTF-8?q?=E6=97=B6=20=E4=B8=8D=E6=98=BE=E7=A4=BA=E9=A2=9D=E5=BA=A6?= =?UTF-8?q?=E6=95=B0=E9=87=8F=E5=A1=AB=E5=86=99=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/product/addProduct/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/product/addProduct/index.vue b/src/views/product/addProduct/index.vue index 328d970..5d48c66 100644 --- a/src/views/product/addProduct/index.vue +++ b/src/views/product/addProduct/index.vue @@ -954,7 +954,7 @@ - + 为0或者空则使用商户默认设置(实际支付的金额 * 倍数) @@ -964,7 +964,7 @@ - + 为0或者空则使用商户默认设置(实际支付的金额 * 倍数) @@ -1801,7 +1801,7 @@ export default { deep: true }, currentTab(newVal) { - if (newVal == 5) { + if (newVal == 6) { this.$nextTick(e => { this.setSort() })