This commit is contained in:
曹辉 2023-03-03 16:47:00 +08:00
parent 696329e063
commit 245f1a3f37

View File

@ -435,23 +435,23 @@
AppIdentification(value).then(res => { AppIdentification(value).then(res => {
if (res.code == 200) { if (res.code == 200) {
if (res.data.loginFlag) { if (res.data.loginFlag) {
integralGoodsOrder(this.updata).then(res => { integralGoodsOrder(that.updata).then(res => {
if (res.code == 200) { if (res.code == 200) {
this.selectPatientSignInifo(); that.selectPatientSignInifo();
this.$refs.uToast.show({ that.$refs.uToast.show({
title: '兑换商品成功', title: '兑换商品成功',
type: 'success' type: 'success'
}) })
this.buyshow = false that.buyshow = false
} else { } else {
this.$refs.uToast.show({ that.$refs.uToast.show({
title: res.msg, title: res.msg,
type: 'error' type: 'error'
}) })
} }
}) })
} else { } else {
this.usershow = true that.usershow = true
} }
} else { } else {
that.$refs.uToast.show({ that.$refs.uToast.show({