增加支付前的确认弹窗

This commit is contained in:
2026-04-17 18:01:37 +08:00
parent b9ff810dfe
commit ebcfca2386
4 changed files with 1054 additions and 1041 deletions

View File

@@ -82,4 +82,12 @@ export const userPrizeExchange = (data) => {
url: '/userPrizeExchange/page',
data
})
}
//记录支付跳转
export const insertuserisopen = (data) => {
return http.request({
url: 'order/insertuserisopen',
data
})
}