mirror of
https://github.com/yangjian102621/geekai.git
synced 2025-11-07 17:53:42 +08:00
change payment component, upgrade golang to 1.22.4
This commit is contained in:
@@ -237,9 +237,11 @@ onMounted(() => {
|
||||
// refresh payment qrcode
|
||||
const refreshPayCode = () => {
|
||||
if (curPay.value === 'alipay') {
|
||||
alipay()
|
||||
alipay(curPayProduct.value)
|
||||
} else if (curPay.value === 'hupi') {
|
||||
huPiPay()
|
||||
huPiPay(curPayProduct.value)
|
||||
} else if (curPay.value === 'payjs') {
|
||||
PayJs(curPayProduct.value)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user