bug
This commit is contained in:
@@ -677,7 +677,7 @@ export default {
|
||||
girdId: this.user.girdId,
|
||||
}).then(res => {
|
||||
if (res.code == 0) {
|
||||
this.$u.toast(this.$route.query.id ? '保存成功' : '提交成功')
|
||||
this.$u.toast(this.form.id ? '保存成功' : '提交成功')
|
||||
uni.$emit('reload')
|
||||
setTimeout(() => {
|
||||
if (this.$route.query.id) {
|
||||
@@ -687,7 +687,7 @@ export default {
|
||||
} else {
|
||||
uni.navigateTo({url: './serviceResult'})
|
||||
}
|
||||
})
|
||||
}, 600)
|
||||
}
|
||||
}).catch((err) => {
|
||||
this.$u.toast(err)
|
||||
@@ -738,7 +738,7 @@ export default {
|
||||
},
|
||||
isGirdUser() {
|
||||
this.$http.post('/app/appgirdmemberinfo/checkLogOnUser').then((res) => {
|
||||
if (res.code == 0) {
|
||||
if (res?.data) {
|
||||
this.girdInfo = res.data
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user