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];