提交 d6616cb6 编写于 作者: chendeli's avatar chendeli

add

上级 e7239c04
...@@ -87,7 +87,7 @@ export default { ...@@ -87,7 +87,7 @@ export default {
jsonString: paramList jsonString: paramList
}); });
this.isShow = false; this.isShow = false;
this.$emit('hideKeepon',false) //this.$emit('hideKeepon',false)
}, },
cancel(){ cancel(){
this.$emit('hideKeepon',false) this.$emit('hideKeepon',false)
......
...@@ -582,12 +582,24 @@ export default { ...@@ -582,12 +582,24 @@ export default {
}, },
goAnchors(){ goAnchors(){
if(document.querySelector('#new-course')){
document.documentElement.scrollTop = document.querySelector('#new-course').offsetTop; document.documentElement.scrollTop = document.querySelector('#new-course').offsetTop;
document.body.scrollTop = document.querySelector('#new-course').offsetTop; document.body.scrollTop = document.querySelector('#new-course').offsetTop;
}
///alert("000"); ///alert("000");
this.hideNewCourse = false; this.hideNewCourse = false;
this.showNewCorse = false; this.showNewCorse = false;
this.pageBurialPoin({
menuLevel:1,
menuCode:'m_home',
functionCode:'f_new_course',
actionCode:'c_newcourse_list',
// labelId:itemData.id,
// labelValue:itemData.name
})
}, },
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册