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 @@
+
+
+
+ 返回车型洞察
+
+
+
+ 奥迪
+
+
奥迪A8
+
洞察分析:共监测到尾翼信息5条,2021-06-15 10:00:00尾翼传播达到波峰值,共监测到1条信息.,尾翼信息主要分布在萝卜投研,微信等媒体平台,媒体尾翼分布占比为萝卜投研 60%,微信 40%.,网民对于该品牌主要关注"上市,全新,不错,亮点,搭载"等信息.,通过对行业大数据的聚合分析,可以发现网民热议TOP10车型分别为”奥迪h6,rav4荣放,博越"等.
+
+
+
+
+
+
+
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 @@
+
+
+
+
+
+
+
+