From 0c2a0eec335fa8c345e351961a8df17e5981ec75 Mon Sep 17 00:00:00 2001 From: zhaofang <752743406@qq.com> Date: Mon, 31 Oct 2022 11:05:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index 76c73026..70c61018 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -5,7 +5,7 @@
- +
@@ -14,7 +14,7 @@
- +
@@ -624,6 +624,9 @@ } }, methods: { + banJump(item) { + window.open(item.JumpUrl); + }, // 上次学习记录 getLastStudy() { apicourseStudy.lastStudy().then(res => { @@ -737,6 +740,7 @@ let key = 'index'; apiPlace.detail(key).then(res => { let lmj = JSON.parse(res.result.content) + console.log(lmj,'lmj'); this.resonimg = lmj; }) },