!99 删除微信支付的临时测试代码

Merge pull request !99 from 杨宇庆/N/A
This commit is contained in:
芋道源码
2024-09-17 04:11:30 +00:00
committed by Gitee
-1
View File
@@ -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];