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 => {
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,