diff --git a/pagesB/PointsMall/PointsMall.vue b/pagesB/PointsMall/PointsMall.vue index aff0988..0f662f1 100644 --- a/pagesB/PointsMall/PointsMall.vue +++ b/pagesB/PointsMall/PointsMall.vue @@ -62,10 +62,12 @@ } prizeExchangesave(obj).then(res => { if (res.code == 200) { - this.$refs.uToast.show({ - title: '已提交兑换申请', - type: 'success', - }) + uni.showModal({ + title: '兑换申请提示', + content: '兑换申请已提交,机构正在审批中,如长时间未通过,请联系您的签约医生', + showCancel: false, + success: function(res) {} + }); } else { this.$refs.uToast.show({ title: res.msg,