From 26d254537b0c1665e386e45cd54d0daf81137874 Mon Sep 17 00:00:00 2001 From: TS-QD1 Date: Fri, 7 Apr 2023 17:20:08 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=84=E7=90=86=E9=A6=96=E9=A1=B5=E6=96=87?= =?UTF-8?q?=E5=8C=96=E5=8A=A8=E6=80=81=E5=A4=A7=E5=9B=BE=E4=B8=8D=E8=83=BD?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/common/components/common.js | 2 +- src/pages/Index/components/NewsView1.vue | 2 +- src/pages/NewsView/NewsViewUtil.js | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/common/components/common.js b/src/common/components/common.js index 87f8938..9571921 100644 --- a/src/common/components/common.js +++ b/src/common/components/common.js @@ -23,7 +23,7 @@ const shopUrl = `${publishUrl}xzshop/` * 15.吉隆县: 642389, 540234000000 * 16.聂拉木县: 642437, 540235000000 * 17.萨嘎县: 642489, 540236000000 - * 18.岗巴县: 642536, 540232000000 + * 18.岗巴县: 642536, 540237000000 */ const area = { areaName: '日喀则市', diff --git a/src/pages/Index/components/NewsView1.vue b/src/pages/Index/components/NewsView1.vue index a212246..558fa84 100644 --- a/src/pages/Index/components/NewsView1.vue +++ b/src/pages/Index/components/NewsView1.vue @@ -6,7 +6,7 @@
-
+

{{ picNews.newsContentTitle }}

diff --git a/src/pages/NewsView/NewsViewUtil.js b/src/pages/NewsView/NewsViewUtil.js index ce26888..1a69b99 100644 --- a/src/pages/NewsView/NewsViewUtil.js +++ b/src/pages/NewsView/NewsViewUtil.js @@ -1,5 +1,4 @@ export const goDetail = (news, navTitle, navPath, router) => { - console.log(news) // 只要有链接就跳转 if(news.newsContentLink) { window.open(news.newsContentLink);