From 7139865bff5b4945603abdeb4769bf03314b6651 Mon Sep 17 00:00:00 2001 From: gqt <3217233537@qq.com> Date: Mon, 27 Jul 2026 12:18:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=94=AF=E4=BB=98=E9=A1=B5=E4=BB=85?= =?UTF-8?q?=E4=BF=9D=E7=95=99=E5=BE=AE=E4=BF=A1=E6=94=AF=E4=BB=98=EF=BC=8C?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=BD=99=E9=A2=9D=E6=94=AF=E4=BB=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/comprehensive/pay/index.vue | 71 +++---------------- 1 file changed, 8 insertions(+), 63 deletions(-) diff --git a/miniprogram/src/pages/comprehensive/pay/index.vue b/miniprogram/src/pages/comprehensive/pay/index.vue index c40362d..1f34279 100644 --- a/miniprogram/src/pages/comprehensive/pay/index.vue +++ b/miniprogram/src/pages/comprehensive/pay/index.vue @@ -23,24 +23,12 @@ 支付方式 - - - 余额支付 - 当前余额 ¥{{ balance.balance }} - - {{ payMethod === 'balance' ? '已选' : '' }} - - + 微信支付 使用微信支付完成订单 - {{ payMethod === 'wechat' ? '已选' : '' }} + 已选 @@ -61,28 +49,19 @@