Browse Source

Merge branch 'master' of https://gitee.com/yudaocode/yudao-mall-uniapp into develop

YunaiV 11 tháng trước cách đây
mục cha
commit
0c5ef4a085
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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];