From 97711bad3e26a0326655361408536db51dd29cd9 Mon Sep 17 00:00:00 2001 From: Lcp <2767378157@qq.com> Date: Mon, 9 Sep 2024 12:17:12 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E3=80=91=E6=94=AF=E4=BB=98=E6=96=B9=E5=BC=8F=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E9=80=89=E4=B8=AD=E9=A6=96=E4=B8=AA=E5=8F=AF=E7=94=A8=E6=96=B9?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/pay/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/pay/index.vue b/pages/pay/index.vue index 46e3eafd..103e9e4d 100644 --- a/pages/pay/index.vue +++ b/pages/pay/index.vue @@ -174,6 +174,12 @@ return } state.payMethods = getPayMethods(data) + state.payMethods.find(item => { + if (item.value && !item.disabled) { + state.payment = item.value; + return true; + } + }); } onLoad((options) => {