兑换增加兑换成功弹窗

This commit is contained in:
YeMingfei666 2025-01-03 21:25:13 +08:00
parent c3d700d398
commit 2077b19cc3
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
this.$Request.postJson("app/userPrizeExchange/exchange", this.query).then(res => {
if (res.code == 0 ) {
uni.navigateBack()
uni.showToast({ title: '兑换成功', icon: 'none' });
} else {
uni.showToast({ title: res.msg, icon: 'none' });
}