|
@@ -337,6 +337,7 @@ export default {
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
+ status: this.status,
|
|
|
}
|
|
|
}
|
|
|
})
|
|
@@ -368,6 +369,7 @@ export default {
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
+ status: this.status,
|
|
|
}
|
|
|
}
|
|
|
})
|
|
@@ -634,6 +636,7 @@ export default {
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
+ status: this.status,
|
|
|
}
|
|
|
}
|
|
|
})
|
|
@@ -684,6 +687,7 @@ export default {
|
|
|
postId: this.detail.postId,
|
|
|
srcContentId: this.detail.srcContentId,
|
|
|
senderId: this.detail.srcUserId,
|
|
|
+ status: this.status,
|
|
|
}
|
|
|
}
|
|
|
});
|