@@ -169,6 +169,7 @@
limit: that.limit,
is_use: '0',
status: '1',
+ source: that.info._id
}
res = await that.$api(`/comment`, 'GET', {
...info,
@@ -355,7 +355,8 @@ var _default = {
skip: that.skip,
- status: '1'
+ status: '1',
};
_context4.next = 4;
return that.$api("/comment", 'GET', _objectSpread({}, info));