diff --git a/pages/integral/integral.vue b/pages/integral/integral.vue index a3427ed..b77af3c 100644 --- a/pages/integral/integral.vue +++ b/pages/integral/integral.vue @@ -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({