Merge pull request 'gdpaoup' (#216) from gyh into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/216
This commit was merged in pull request #216.
This commit is contained in:
gyh
2020-08-15 19:14:58 +08:00
8 changed files with 285 additions and 277 deletions

View File

@@ -543,8 +543,8 @@ export default {
reply_id: this.reply_id,
}).then(res => {
// console.log(res.data);
this.send_value = "";
if (res.errCode == 0) {
this.send_value = "";
this.comment_num = res.data.num;
// console.log(this.comment_num);
this.is_edit = false;

View File

@@ -266,8 +266,8 @@
success: (res) => {
console.log(res);
this.is_edit = false;
this.send_value = "";
if (res.data.errCode == 0) {
this.send_value = "";
this.comment_num = res.data.num;
let p_id = res.data.data.data.pid;
console.log(this.pid, this.reply_id, this.comment_id);