|
@@ -336,10 +336,7 @@ export default {
|
|
postId: this.detail.postId,
|
|
postId: this.detail.postId,
|
|
srcContentId: this.detail.srcContentId,
|
|
srcContentId: this.detail.srcContentId,
|
|
senderId: this.detail.srcUserId,
|
|
senderId: this.detail.srcUserId,
|
|
- },
|
|
|
|
- extParams: {
|
|
|
|
- status: '',
|
|
|
|
- }
|
|
|
|
|
|
+ }
|
|
}
|
|
}
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -660,9 +657,6 @@ export default {
|
|
postId: this.detail.postId,
|
|
postId: this.detail.postId,
|
|
srcContentId: this.detail.srcContentId,
|
|
srcContentId: this.detail.srcContentId,
|
|
senderId: this.detail.srcUserId,
|
|
senderId: this.detail.srcUserId,
|
|
- },
|
|
|
|
- extParams: {
|
|
|
|
- status: '',
|
|
|
|
}
|
|
}
|
|
}
|
|
}
|
|
})
|
|
})
|