bug
This commit is contained in:
@@ -168,6 +168,18 @@ div<template>
|
|||||||
},
|
},
|
||||||
|
|
||||||
showComment () {
|
showComment () {
|
||||||
|
if (!this.user.AreaId) {
|
||||||
|
this.$dialog.confirm({
|
||||||
|
content: '您只有完成信息认证后,才可进行相关操作。',
|
||||||
|
confirmText: '去认证'
|
||||||
|
}).then(() => {
|
||||||
|
this.$linkTo('../AppMine/userInfo')
|
||||||
|
}).catch(() => {
|
||||||
|
})
|
||||||
|
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
this.commentId = ''
|
this.commentId = ''
|
||||||
this.replyName = ''
|
this.replyName = ''
|
||||||
this.isShowComment = true
|
this.isShowComment = true
|
||||||
@@ -180,6 +192,18 @@ div<template>
|
|||||||
},
|
},
|
||||||
|
|
||||||
replay (item) {
|
replay (item) {
|
||||||
|
if (!this.user.AreaId) {
|
||||||
|
this.$dialog.confirm({
|
||||||
|
content: '您只有完成信息认证后,才可进行相关操作。',
|
||||||
|
confirmText: '去认证'
|
||||||
|
}).then(() => {
|
||||||
|
this.$linkTo('../AppMine/userInfo')
|
||||||
|
}).catch(() => {
|
||||||
|
})
|
||||||
|
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
this.commentId = item.id
|
this.commentId = item.id
|
||||||
this.replyName = item.createUserName
|
this.replyName = item.createUserName
|
||||||
|
|
||||||
@@ -219,17 +243,6 @@ div<template>
|
|||||||
},
|
},
|
||||||
|
|
||||||
send () {
|
send () {
|
||||||
if (!this.user.AreaId) {
|
|
||||||
this.$dialog.confirm({
|
|
||||||
content: '您只有完成信息认证后,才可进行相关操作。',
|
|
||||||
confirmText: '去认证'
|
|
||||||
}).then(() => {
|
|
||||||
this.$linkTo('../AppMine/userInfo')
|
|
||||||
}).catch(() => {
|
|
||||||
})
|
|
||||||
|
|
||||||
return false
|
|
||||||
}
|
|
||||||
if (!this.content) {
|
if (!this.content) {
|
||||||
return this.$toast('内容不能为空')
|
return this.$toast('内容不能为空')
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user