This commit is contained in:
2024-03-16 17:39:32 +08:00
parent 616113d83f
commit ba58ed6f07

View File

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