修改本地生活点评回复的逻辑

This commit is contained in:
赵毅 2025-08-07 17:51:10 +08:00
parent 808661174e
commit fc9e6b2ff7

View File

@ -129,6 +129,14 @@ export default {
sendComment() {
//
console.log('发送评论');
if (!this.reply_content) {
uni.showToast({
title: "请输入评论内容",
icon: "none",
duration: 2000
})
return
}
let that = this
request(apiArr.createUserReply, "POST", {
evaluation_id: that.info.id,