From ba58ed6f07879201620daacf3744e140b171c705 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Sat, 16 Mar 2024 17:39:32 +0800 Subject: [PATCH] xg --- pagesB/PointsMall/PointsMall.vue | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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,