gdpaoup
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user