Commit 63edc28a authored by anxixi's avatar anxixi

文章发布修改

parent 4704338f
...@@ -194,11 +194,16 @@ ...@@ -194,11 +194,16 @@
this.activeName = row.channelId+''; this.activeName = row.channelId+'';
this.expertVisible = false; this.expertVisible = false;
this.cur_page = 1; this.cur_page = 1;
this.contentList = [];
if(this.positions){
window.scrollTo(0, 220);
}
this.getselectContentList(); this.getselectContentList();
if(index>=8){ if(index>=8){
this.channelListmax.splice(this.channelListmax.length-1,1); this.channelListmax.splice(this.channelListmax.length-1,1);
this.channelListmax.push(row); this.channelListmax.push(row);
} }
}, },
handleClick(row){ handleClick(row){
this.issearchclas = true; this.issearchclas = true;
......
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