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 => {
if (res.code == 200) {
if (res.data.loginFlag) {
integralGoodsOrder(this.updata).then(res => {
integralGoodsOrder(that.updata).then(res => {
if (res.code == 200) {
this.selectPatientSignInifo();
this.$refs.uToast.show({
that.selectPatientSignInifo();
that.$refs.uToast.show({
title: '兑换商品成功',
type: 'success'
})
this.buyshow = false
that.buyshow = false
} else {
this.$refs.uToast.show({
that.$refs.uToast.show({
title: res.msg,
type: 'error'
})
}
})
} else {
this.usershow = true
that.usershow = true
}
} else {
that.$refs.uToast.show({