fix: 统一更新支付相关静态资源文件

pull/8/head
lidongtony 2023-03-14 11:28:17 +08:00
parent ed99aa4350
commit 908094e43c
2 changed files with 7 additions and 7 deletions

View File

@ -59,17 +59,17 @@
}); });
const typeList = [ const typeList = [
{ {
icon: '/static/img/shop/pay/wx_type.png', icon: '/static/img/shop/pay/wechat.png',
title: '微信零钱', title: '微信零钱',
value: 'wechat', value: 'wechat',
}, },
{ {
icon: '/static/img/shop/pay/ali_type.png', icon: '/static/img/shop/pay/alipay.png',
title: '支付宝账户', title: '支付宝账户',
value: 'alipay', value: 'alipay',
}, },
{ {
icon: '/static/img/shop/pay/bank_type.png', icon: '/static/img/shop/pay/bank.png',
title: '银行卡转账', title: '银行卡转账',
value: 'bank', value: 'bank',
}, },

View File

@ -100,25 +100,25 @@
const allowedPayment = computed(() => sheep.$store('app').platform.payment); const allowedPayment = computed(() => sheep.$store('app').platform.payment);
const payMethods = [ const payMethods = [
{ {
icon: '/static/img/shop/wechat_pay.png', icon: '/static/img/shop/pay/wechat.png',
title: '微信支付', title: '微信支付',
value: 'wechat', value: 'wechat',
disabled: false, disabled: false,
}, },
{ {
icon: '/static/img/shop/ali_pay.png', icon: '/static/img/shop/pay/alipay.png',
title: '支付宝支付', title: '支付宝支付',
value: 'alipay', value: 'alipay',
disabled: false, disabled: false,
}, },
{ {
icon: '/static/img/shop/wallet_pay.png', icon: '/static/img/shop/pay/wallet.png',
title: '余额支付', title: '余额支付',
value: 'money', value: 'money',
disabled: false, disabled: false,
}, },
{ {
icon: '/static/img/shop/apple_pay.png', icon: '/static/img/shop/pay/apple.png',
title: 'Apple Pay', title: 'Apple Pay',
value: 'apple', value: 'apple',
disabled: false, disabled: false,