From d429dbc2ab261f0b1a160e93156a2589a7eb2749 Mon Sep 17 00:00:00 2001 From: "lily.zhang" Date: Mon, 8 Nov 2021 11:19:07 +0800 Subject: [PATCH] cxw-010203 --- src/components/v-cutscene-waiting/index.vue | 30 +++++++ src/mixins/index.js | 10 ++- src/router/index.js | 9 +- .../BrandComparison/BrandBeginComparte.vue | 34 +++++-- src/views/BrandComparison/BrandComparison.vue | 5 +- .../brandCompateHeader/index.vue | 7 +- src/views/Index/tailInsight/opt.js | 4 +- src/views/ModelInsight/index.vue | 9 +- .../ModelTailDetails/MTDHeader/index.vue | 74 +++++++++++++++ src/views/ModelTailDetails/MTDrwps/index.vue | 41 +++++++++ src/views/ModelTailDetails/MTDrwps/opt.js | 89 +++++++++++++++++++ src/views/ModelTailDetails/index.vue | 41 +++++++++ 12 files changed, 333 insertions(+), 20 deletions(-) create mode 100644 src/components/v-cutscene-waiting/index.vue create mode 100644 src/views/ModelTailDetails/MTDHeader/index.vue create mode 100644 src/views/ModelTailDetails/MTDrwps/index.vue create mode 100644 src/views/ModelTailDetails/MTDrwps/opt.js create mode 100644 src/views/ModelTailDetails/index.vue diff --git a/src/components/v-cutscene-waiting/index.vue b/src/components/v-cutscene-waiting/index.vue new file mode 100644 index 0000000..535914c --- /dev/null +++ b/src/components/v-cutscene-waiting/index.vue @@ -0,0 +1,30 @@ + + + + + + \ No newline at end of file diff --git a/src/mixins/index.js b/src/mixins/index.js index 8dcefbe..8e934c3 100644 --- a/src/mixins/index.js +++ b/src/mixins/index.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-10-12 13:56:13 - * @LastEditTime: 2021-11-05 14:07:28 + * @LastEditTime: 2021-11-08 11:17:30 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/mixins/index.js @@ -9,6 +9,7 @@ import { mapGetters, mapActions } from "vuex"; import Loading from './loading' function detectZoom (){ + console.log(2222) let ratio = 0, screen = window.screen, ua = navigator.userAgent.toLowerCase(); @@ -16,7 +17,7 @@ function detectZoom (){ if (window.devicePixelRatio !== undefined) { ratio = window.devicePixelRatio; } - else if (~ua.indexOf('msie')) { + else if (ua.indexOf('msie')) { if (screen.deviceXDPI && screen.logicalXDPI) { ratio = screen.deviceXDPI / screen.logicalXDPI; } @@ -34,10 +35,11 @@ function detectZoom (){ function adaptive(el,z) { const style = document.defaultView.getComputedStyle(el); // 获取元素 const wh = document.body.clientHeight; + console.log(2222) let h = style.height; - if(wh >= 760) { + if(wh >= 760 && wh < 930) { el.style.height = z * parseFloat(h) + 'px'; - } + } // if( h !== style.height) { // el.style.height = z * parseFloat(height) + 'px'; // h = style.height; diff --git a/src/router/index.js b/src/router/index.js index d1b129c..fc1fcf1 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,7 +1,7 @@ /* * @Author: your name * @Date: 2021-10-08 09:26:29 - * @LastEditTime: 2021-11-05 13:51:34 + * @LastEditTime: 2021-11-08 10:03:10 * @LastEditors: Please set LastEditors * @Description: In User Settings Edit * @FilePath: /data-show/src/router/index.js @@ -32,6 +32,7 @@ import EventDEC from "@/views/EventDEC" import MarketingAnalysis from "@/views/MarketingAnalysis" import ModelInsight from "@/views/ModelInsight" import mcIndex from "@/views/MarketingComparison" +import ModelTailDetails from "@/views/ModelTailDetails" const router = [ { path: '/login', @@ -128,6 +129,12 @@ const router = [ desc: "车型洞察", component: ModelInsight }, + { + path: '/modelTailDetails', + name: "modelTailDetails", + desc: "车型尾翼详情", + component: ModelTailDetails + }, { path: '/mcIndex', name: "mcIndex", diff --git a/src/views/BrandComparison/BrandBeginComparte.vue b/src/views/BrandComparison/BrandBeginComparte.vue index 9e56ca6..a1fb410 100644 --- a/src/views/BrandComparison/BrandBeginComparte.vue +++ b/src/views/BrandComparison/BrandBeginComparte.vue @@ -1,7 +1,7 @@ + + + + + diff --git a/src/views/ModelTailDetails/MTDrwps/index.vue b/src/views/ModelTailDetails/MTDrwps/index.vue new file mode 100644 index 0000000..59c3bb7 --- /dev/null +++ b/src/views/ModelTailDetails/MTDrwps/index.vue @@ -0,0 +1,41 @@ + + + + + + diff --git a/src/views/ModelTailDetails/MTDrwps/opt.js b/src/views/ModelTailDetails/MTDrwps/opt.js new file mode 100644 index 0000000..92dbaff --- /dev/null +++ b/src/views/ModelTailDetails/MTDrwps/opt.js @@ -0,0 +1,89 @@ +/* + * @Author: your name + * @Date: 2021-11-08 10:40:13 + * @LastEditTime: 2021-11-08 10:41:15 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/ModelTailDetails/MTDrwps/opt.js + */ +/* + * @Author: your name + * @Date: 2021-10-12 16:40:53 + * @LastEditTime: 2021-11-01 16:06:05 + * @LastEditors: Please set LastEditors + * @Description: In User Settings Edit + * @FilePath: /data-show/src/views/BrandInsight/forumCommunicationTrend/opt.js + */ +import * as echarts from "echarts"; +export default function createOpt(dx=[], ds=[]) { + return { + grid: { + top: "16px", + left: "16px", + right: "16px", + bottom: "16px", + containLabel: true, + }, + tooltip: { + trigger: "axis", + backgroundColor: "#08182F", + color: "#fff", + borderColor: "#3373CC", + textStyle: { + color: "#fff", //设置文字颜色 + }, + extraCssText: "box-shadow: 0px 0px 10px 0px #3373CC;" + }, + xAxis: { + type: 'category', + boundaryGap: false, + axisTick: { + show: false, + }, + axisLine: { + show: false, + lineStyle: { + color: "#fff", + }, + }, + axisLabel : { + formatter: (value) => { + let str = value.substring(10,16) + return str; + } + }, + data: dx + }, + yAxis: { + type: 'value', + axisLine: { + show: false, + lineStyle: { + color: "#FFF", + }, + }, + splitLine: { + lineStyle: { + type: "dashed", // y轴分割线类型 + color: "#012b4b", + }, + }, + }, + series: [ + { + data: ds, + type: 'line', + color: "#2d68ba", + areaStyle: {normal: { + color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [{ + offset: 0, + color: '#2d68ba' + }, { + offset: 1, + color: 'rgba(0,0,0,0)' + }]), + }} + } + ] + }; +} diff --git a/src/views/ModelTailDetails/index.vue b/src/views/ModelTailDetails/index.vue new file mode 100644 index 0000000..c56556a --- /dev/null +++ b/src/views/ModelTailDetails/index.vue @@ -0,0 +1,41 @@ + + + + + +