From 6b53e3a3a851048a9c9ee14a268062e3d02e02a7 Mon Sep 17 00:00:00 2001 From: "mx00085@163.com" Date: Mon, 13 Mar 2023 16:08:34 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A4=96=E5=B1=82header=E6=89=80?= =?UTF-8?q?=E6=9C=89=E9=A1=B5=E9=9D=A2=E6=96=B0=E5=A2=9EU=E9=80=89?= =?UTF-8?q?=E5=B0=8F=E8=AF=BE=E5=A0=82=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/components/TopNav/Index.vue | 6 + src/views/portal/article/Index.vue | 228 +++++++++++++++++++++++- src/views/portal/case/Index.vue | 229 ++++++++++++++++++++++++- src/views/portal/course/Index.vue | 229 ++++++++++++++++++++++++- src/views/portal/follow/index.vue | 228 +++++++++++++++++++++++- src/views/portal/qa/Index.vue | 228 +++++++++++++++++++++++- 6 files changed, 1143 insertions(+), 5 deletions(-) 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 {