Bladeren bron

fix:图片路径修改

kele 2 jaren geleden
bovenliggende
commit
e355ded91a
2 gewijzigde bestanden met toevoegingen van 7 en 7 verwijderingen
  1. 3 3
      pages/pay/components/account-type-select.vue
  2. 4 4
      pages/pay/index.vue

+ 3 - 3
pages/pay/components/account-type-select.vue

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

+ 4 - 4
pages/pay/index.vue

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