File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
<el-descriptions title =" 选择微信支付" style =" margin-top : 20px ;" />
28
28
<div class =" pay-channel-container" >
29
29
<div class =" box" v-for =" channel in channels" v-if =" channel.code.indexOf('wx_') === 0" :key =" channel.code" >
30
- <img :src =" icons[ channel.code] " >
30
+ <img :src =" channel.icon " >
31
31
<div class =" title" >{{ channel.name }}</div >
32
32
</div >
33
33
</div >
36
36
<div class =" pay-channel-container" >
37
37
<div class =" box" v-for =" channel in channels" :key =" channel.code"
38
38
v-if =" channel.code.indexOf('alipay_') === -1 && channel.code.indexOf('wx_') === -1" >
39
- <img :src =" icons[ channel.code] " >
39
+ <img :src =" channel.icon " >
40
40
<div class =" title" >{{ channel.name }}</div >
41
41
</div >
42
42
</div >
@@ -132,7 +132,7 @@ export default {
132
132
code: " wx_lite"
133
133
}, {
134
134
name: ' 微信 App 支付' ,
135
- icon: require (" @/assets/images/pay/icon/wx_lite .svg" ),
135
+ icon: require (" @/assets/images/pay/icon/wx_app .svg" ),
136
136
code: " wx_app"
137
137
}, {
138
138
name: ' 模拟支付' ,
You can’t perform that action at this time.
0 commit comments