兑换增加兑换成功弹窗
This commit is contained in:
parent
c3d700d398
commit
2077b19cc3
|
|
@ -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' });
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue