This commit is contained in:
2024-03-16 16:40:53 +08:00
parent 6f24cb91f7
commit 4354b6d8fd

View File

@ -57,7 +57,8 @@
goexchange(item) { goexchange(item) {
var obj = { var obj = {
identity: this.query.identity, identity: this.query.identity,
prizeId: item.prizeId prizeId: item.prizeId,
source: 1
} }
prizeExchangesave(obj).then(res => { prizeExchangesave(obj).then(res => {
if (res.code == 200) { if (res.code == 200) {