更新支持云闪付通道

This commit is contained in:
技术老胡
2024-12-17 11:53:03 +08:00
parent eeb877bd87
commit 62989e4100
8 changed files with 45 additions and 4 deletions

View File

@@ -166,6 +166,9 @@
} else if (payType === 'alipay') {
payTpeyImg.src = '/static/img/alipay.jpg';
payTypeText.innerText = '请使用支付宝扫码支付'
} else if (payType === 'unionpay') {
payTpeyImg.src = '/static/img/unionpay.jpg';
payTypeText.innerText = '请使用云闪付扫码支付'
}
// 生成二维码
if (codeType == 0) {