From 967f0953de41124d3921695d7d7ad6a31b2de3eb Mon Sep 17 00:00:00 2001 From: daihh Date: Mon, 17 Oct 2022 18:20:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E7=82=B9=E5=87=BB=E4=B8=8D?= =?UTF-8?q?=E5=86=8D=E6=9C=89=E5=BE=AE=E8=AF=BE=EF=BC=8C=E5=BD=95=E6=92=AD?= =?UTF-8?q?=E8=AF=BE=E7=9A=84=E5=8C=BA=E5=88=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/Index.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/views/Index.vue b/src/views/Index.vue index 7f4bf56d..53ea2334 100644 --- a/src/views/Index.vue +++ b/src/views/Index.vue @@ -600,13 +600,15 @@ window.open('https://m.qingxuetang.com/x/?appId=qxtcorp306130', '_blank'); }, toCourseDetail(item) { + //二期调整,直接改成一个地址 + return this.webBaseUrl + '/course/detail?id=' + item.id; - if (item.type == 10) { - return this.webBaseUrl + '/course/micro?id=' + item.id; - } else if (item.type == 20) { - return this.webBaseUrl + '/course/detail?id=' + item.id; - } - return ''; + // if (item.type == 10) { + // return this.webBaseUrl + '/course/micro?id=' + item.id; + // } else if (item.type == 20) { + // return this.webBaseUrl + '/course/detail?id=' + item.id; + // } + // return ''; }, orderTypeFilter(val) { this.courseList.orderType = val;