|
@@ -292,12 +292,14 @@ export function getPayMethods(channels) {
|
|
|
title: '微信支付',
|
|
|
value: 'wechat',
|
|
|
disabled: true,
|
|
|
+ hide: true,
|
|
|
},
|
|
|
{
|
|
|
icon: '/static/img/shop/pay/alipay.png',
|
|
|
title: '支付宝支付',
|
|
|
value: 'alipay',
|
|
|
disabled: true,
|
|
|
+ hide: true,
|
|
|
},
|
|
|
{
|
|
|
icon: '/static/img/shop/pay/wallet.png',
|
|
@@ -310,6 +312,7 @@ export function getPayMethods(channels) {
|
|
|
title: 'Apple Pay',
|
|
|
value: 'apple',
|
|
|
disabled: true,
|
|
|
+ hide: true,
|
|
|
},
|
|
|
{
|
|
|
icon: '/static/img/shop/pay/wallet.png',
|