mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-15 19:45:06 +08:00
mall + pay:
1. 后台的收银台,接入微信扫码支付
This commit is contained in:
@ -125,6 +125,10 @@ export default {
|
||||
name: '微信 App 支付',
|
||||
icon: require("@/assets/images/pay/icon/wx_app.svg"),
|
||||
code: "wx_app"
|
||||
}, {
|
||||
name: '微信扫码支付',
|
||||
icon: require("@/assets/images/pay/icon/wx_native.svg"),
|
||||
code: "wx_native"
|
||||
}, {
|
||||
name: '微信条码支付',
|
||||
icon: require("@/assets/images/pay/icon/wx_bar.svg"),
|
||||
|
Reference in New Issue
Block a user