隐藏广告接口

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

@@ -476,22 +476,22 @@
orderId,
id
} = _this.result
_this.$Request.postJson('/app/discSpinning/receive', _this.result).then(res => {
_this.result = ''
console.log(res)
if (res.code == 0) {
uni.showToast({
title: '领取成功',
icon: 'none'
})
_this.getRedPack()
} else {
uni.showToast({
title: '领取失败',
icon: 'none'
})
}
})
// _this.$Request.postJson('/app/discSpinning/receive', _this.result).then(res => {
// _this.result = ''
// console.log(res)
// if (res.code == 0) {
// uni.showToast({
// title: '领取成功',
// icon: 'none'
// })
// _this.getRedPack()
// } else {
// uni.showToast({
// title: '领取失败',
// icon: 'none'
// })
// }
// })
},
complete: () => {
this.prizeing = false