From 6af76a20f36f9e2b47835ff0a924a48ecb41c2ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=AE=87=E5=BA=86?= Date: Wed, 11 Sep 2024 07:32:21 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=BE=AE=E4=BF=A1=E6=94=AF?= =?UTF-8?q?=E4=BB=98=E7=9A=84=E4=B8=B4=E6=97=B6=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 杨宇庆 --- sheep/platform/pay.js | 1 - 1 file changed, 1 deletion(-) diff --git a/sheep/platform/pay.js b/sheep/platform/pay.js index 447b64ad..89e70d49 100644 --- a/sheep/platform/pay.js +++ b/sheep/platform/pay.js @@ -327,7 +327,6 @@ export function getPayMethods(channels) { || (platform === 'App' && channels.includes('wx_app'))) { wechatMethod.disabled = false; } - wechatMethod.disabled = false; // TODO 芋艿:临时测试 // 2. 处理【支付宝支付】 const alipayMethod = payMethods[1];