This commit is contained in:
dy 2023-12-21 23:51:03 +08:00
parent 50c52556e0
commit c695388208

View File

@ -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}`