From 588aa285ea15189d0ed0f9fe6906754bc6e9900f Mon Sep 17 00:00:00 2001 From: "lenovo008\\lenovo" Date: Tue, 23 Jul 2024 17:52:14 +0800 Subject: [PATCH] =?UTF-8?q?fix.pay:=20=E7=A6=81=E7=94=A8=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=AE=9D=E6=94=AF=E4=BB=98=E9=80=89=E9=A1=B9=E7=9A=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=80=BB=E8=BE=91=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在选择支付方式的页面中,修复了支付宝支付选项即使被禁用(disabled)也依然显示的问题。通过添加v-if条件判断,只有当支付方式未被禁用时,才展示对应的支付选项,从而提高了界面的交互逻辑准确性。 --- yudao-mall-uniapp-master/pages/pay/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yudao-mall-uniapp-master/pages/pay/index.vue b/yudao-mall-uniapp-master/pages/pay/index.vue index 46e3eaf..db937c1 100644 --- a/yudao-mall-uniapp-master/pages/pay/index.vue +++ b/yudao-mall-uniapp-master/pages/pay/index.vue @@ -17,7 +17,7 @@ 选择支付方式