fix pay
This commit is contained in:
parent
50c52556e0
commit
c695388208
@ -233,7 +233,12 @@ export class PayFun {
|
|||||||
prize.push(...conf.prize)
|
prize.push(...conf.prize)
|
||||||
}
|
}
|
||||||
//圣诞节活动充值
|
//圣诞节活动充值
|
||||||
|
try{
|
||||||
await Christmasfun.payChristmas(payId, call);
|
await Christmasfun.payChristmas(payId, call);
|
||||||
|
}catch (e) {
|
||||||
|
console.log("Christmasfun.payChristmas Error",e);
|
||||||
|
}
|
||||||
|
|
||||||
let isReplaceConf = await this.checkBuysAfterPay(uid, payId, conf, payArgs, player)
|
let isReplaceConf = await this.checkBuysAfterPay(uid, payId, conf, payArgs, player)
|
||||||
if (isReplaceConf) {
|
if (isReplaceConf) {
|
||||||
let prizePayId = `zuanshi_${conf.money}`
|
let prizePayId = `zuanshi_${conf.money}`
|
||||||
|
Loading…
Reference in New Issue
Block a user