diff --git a/src/layout/components/TopNav/Index.vue b/src/layout/components/TopNav/Index.vue index bfd28367..2a2519f5 100644 --- a/src/layout/components/TopNav/Index.vue +++ b/src/layout/components/TopNav/Index.vue @@ -235,6 +235,12 @@ export default { this.$store.dispatch('refrashMsg'); }, methods: { + tylClick() { + window.open("https://m.qingxuetang.com/x/?appId=qxtcorp306130"); + }, + cylClick() { + window.open("https://u.boe.com/pc/course?keyword=创新力专区"); + }, setCurIdentity(iden){ this.$store.dispatch('SetCurIdentity',iden); }, diff --git a/src/views/portal/article/Index.vue b/src/views/portal/article/Index.vue index 6c2ee664..fef5e6ae 100644 --- a/src/views/portal/article/Index.vue +++ b/src/views/portal/article/Index.vue @@ -1,7 +1,7 @@ 2 @@ -153,6 +200,7 @@ export default { }, data() { return { + showUClass: false, ankIds:[], resonimg:{}, moreState:1,// 1 加载更多 2 加载中 3无数据 @@ -207,6 +255,17 @@ export default { window.removeEventListener("scroll",this.handleScroll); }, methods: { + tylClick() { + window.open("https://m.qingxuetang.com/x/?appId=qxtcorp306130"); + }, + cylClick() { + window.open("https://u.boe.com/pc/course?keyword=创新力专区"); + }, + showClass(flag) { + if (flag) { + this.showUClass = flag; + } + }, banJump() { if(this.resonimg.JumpUrl) { window.open(this.resonimg.JumpUrl); @@ -422,6 +481,173 @@ export default {