|
@@ -312,6 +312,15 @@ export default {
|
|
|
};
|
|
|
getLogin(MethodName, data).then((res) => {
|
|
|
if (res.status === 1) {
|
|
|
+ let MethodNames = "/PaperServer/Client/Xjz/XjzArticleDetail";
|
|
|
+ let datas = {
|
|
|
+ id: this.info.id,
|
|
|
+ };
|
|
|
+ getLogin(MethodNames, datas).then((res) => {
|
|
|
+ if (res.status === 1) {
|
|
|
+ this.infoDetail.comment_list = res.data.comment_list;
|
|
|
+ }
|
|
|
+ });
|
|
|
}
|
|
|
});
|
|
|
},
|