From 67770c20471516a1ee007873d0c5eed98639b173 Mon Sep 17 00:00:00 2001 From: liuyongli <1598631486@qq.com> Date: Mon, 8 Nov 2021 16:06:49 +0800 Subject: [PATCH] =?UTF-8?q?lyl=E5=B0=BE=E7=BF=BC=E8=AF=A6=E6=83=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ModelInsight/index.vue | 5 + src/views/TailInsightDetails/index.vue | 28 +- .../mediaDistribution/index.vue | 75 +++-- .../mediaDistribution/opt.js | 135 ++------ .../popular-word-cloud/index.vue | 49 ++- .../popular-word-cloud/opt.js | 304 +++++++----------- .../rearWingInformationList/index.vue | 71 +++- .../rearWingPropagationSituation/index.vue | 29 +- .../rearWingPropagationSituation/opt.js | 19 +- .../theOverallToneOfTheTail/index.vue | 52 ++- .../theOverallToneOfTheTail/opt.js | 107 ++---- 11 files changed, 427 insertions(+), 447 deletions(-) diff --git a/src/views/ModelInsight/index.vue b/src/views/ModelInsight/index.vue index e4d1100..24bf4d9 100644 --- a/src/views/ModelInsight/index.vue +++ b/src/views/ModelInsight/index.vue @@ -113,11 +113,16 @@ export default { this.modelData(); }, methods: { + // 前往各个详情 + goRouter(path, query = {}) { + this.$router.push({path: path, query: query}); + }, openModel() { this.modelShow = true; }, // 获取车型 modelData() { + let model = this.getModel.name || ""; if (!model) { this.getUserSeriesName(this.brand); diff --git a/src/views/TailInsightDetails/index.vue b/src/views/TailInsightDetails/index.vue index 1e753d2..aa60a4b 100644 --- a/src/views/TailInsightDetails/index.vue +++ b/src/views/TailInsightDetails/index.vue @@ -15,10 +15,10 @@