兑换增加兑换成功弹窗
This commit is contained in:
@@ -66,6 +66,7 @@
|
|||||||
this.$Request.postJson("app/userPrizeExchange/exchange", this.query).then(res => {
|
this.$Request.postJson("app/userPrizeExchange/exchange", this.query).then(res => {
|
||||||
if (res.code == 0 ) {
|
if (res.code == 0 ) {
|
||||||
uni.navigateBack()
|
uni.navigateBack()
|
||||||
|
uni.showToast({ title: '兑换成功', icon: 'none' });
|
||||||
} else {
|
} else {
|
||||||
uni.showToast({ title: res.msg, icon: 'none' });
|
uni.showToast({ title: res.msg, icon: 'none' });
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user