pull/105/MERGE
YunaiV 2024-09-23 09:27:29 +08:00
commit 0c5ef4a085
1 changed files with 0 additions and 1 deletions

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