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

Signed-off-by: 杨宇庆 <hiyyq@qq.com>
pull/99/head
杨宇庆 2024-09-11 07:32:21 +00:00 committed by Gitee
parent 55131bf0c3
commit 6af76a20f3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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];