From 0ed8e370659ad4e0582301ae31cfa155da114590 Mon Sep 17 00:00:00 2001 From: Liuyi <candymxq888@outlook.com> Date: 星期二, 12 十一月 2024 17:28:54 +0800 Subject: [PATCH] 添加柜台充值,修改扫码取水支付方式 --- unpackage/dist/dev/mp-weixin/pages/sendWater/index.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/unpackage/dist/dev/mp-weixin/pages/sendWater/index.js b/unpackage/dist/dev/mp-weixin/pages/sendWater/index.js index 15947bb..9e57bd7 100644 --- a/unpackage/dist/dev/mp-weixin/pages/sendWater/index.js +++ b/unpackage/dist/dev/mp-weixin/pages/sendWater/index.js @@ -16,7 +16,7 @@ url: "/pages/preSendWater/index" }); } - const isComplete = common_vendor.ref(true); + const isComplete = common_vendor.ref(false); const isActive = common_vendor.ref({ borderBottom: `3px solid #226AC9` }); function swatch(val) { if (val == 1 && !isComplete.value || val == 2 && isComplete.value) -- Gitblit v1.9.3