修改isalipay0为1

This commit is contained in:
duan
2025-03-01 14:57:50 +08:00
parent 8c6e586af2
commit 15c83db6f7

View File

@@ -214,7 +214,7 @@
if (data.money) {
withdraw({
amount: data.money,
isAlipay: 0
isAlipay: 1
}).then(res => {
data.money = ''
uni.setStorageSync('adRewardedNum', 0)