xg
This commit is contained in:
parent
616113d83f
commit
ba58ed6f07
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user