浏览代码

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

Signed-off-by: 杨宇庆 <hiyyq@qq.com>
杨宇庆 11 月之前
父节点
当前提交
6af76a20f3
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      sheep/platform/pay.js

+ 0 - 1
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];