修改本地生活点评回复的逻辑
This commit is contained in:
parent
808661174e
commit
fc9e6b2ff7
@ -129,6 +129,14 @@ export default {
|
|||||||
sendComment() {
|
sendComment() {
|
||||||
// 这里添加发送评论的逻辑
|
// 这里添加发送评论的逻辑
|
||||||
console.log('发送评论');
|
console.log('发送评论');
|
||||||
|
if (!this.reply_content) {
|
||||||
|
uni.showToast({
|
||||||
|
title: "请输入评论内容",
|
||||||
|
icon: "none",
|
||||||
|
duration: 2000
|
||||||
|
})
|
||||||
|
return
|
||||||
|
}
|
||||||
let that = this
|
let that = this
|
||||||
request(apiArr.createUserReply, "POST", {
|
request(apiArr.createUserReply, "POST", {
|
||||||
evaluation_id: that.info.id,
|
evaluation_id: that.info.id,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user