兑换增加兑换成功弹窗
This commit is contained in:
@@ -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' });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user