修改
This commit is contained in:
parent
696329e063
commit
245f1a3f37
@ -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({
|
||||
|
||||
Loading…
Reference in New Issue
Block a user