隐藏广告接口

This commit is contained in:
duan
2025-01-13 15:27:42 +08:00
parent cbfde6822c
commit b74fff86a4
4 changed files with 59 additions and 59 deletions

View File

@@ -57,21 +57,21 @@
orderId,
id
} = this.result
this.$Request.postJson('/app/discSpinning/receive', this.result).then(res => {
this.result = ''
console.log(res)
if (res.code == 0) {
console.log('抽奖领取成功');
const key=res.data==0?'isBindAliPay':undefined
this.$emit('close',key)
if(key&&key=='isBindAliPay'){
uni.navigateTo({
url:'/me/yaoqing/zhifubao-tixain'
})
}
} else {
}
})
// this.$Request.postJson('/app/discSpinning/receive', this.result).then(res => {
// this.result = ''
// console.log(res)
// if (res.code == 0) {
// console.log('抽奖领取成功');
// const key=res.data==0?'isBindAliPay':undefined
// this.$emit('close',key)
// if(key&&key=='isBindAliPay'){
// uni.navigateTo({
// url:'/me/yaoqing/zhifubao-tixain'
// })
// }
// } else {
// }
// })
}
}
}