Commit fc55ead8 authored by zhangyanni's avatar zhangyanni

Merge remote-tracking branch 'origin/master'

parents b86ed982 11d5f46e
......@@ -456,7 +456,7 @@
if(scroll>200){
this.positions = true;
if(this.isaxios == true){
this.getselectContentCommentsList();
// this.getselectContentCommentsList();
}
}else{
this.positions = false;
......@@ -512,6 +512,7 @@
if(this.publicFun.getCookie("userInfo")){
this.getselectByEmpId();
}
this.getselectContentCommentsList();
api.selectBasicParams().then(response => {
if(response.code == 0) {
this.urltext = response.result.websitePrefix+'#/articleDetail?id=';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment