From 85a69f9e9ea0a3bae9e72ec6f3ee23dcb5015f4d Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Sat, 29 Jul 2023 01:06:10 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=83=8C=E6=99=AF=E5=85=89?= =?UTF-8?q?=E4=BA=AE=E5=B1=85=E4=B8=AD=E7=85=A7=E5=B0=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/cultrue/index.vue | 1 + src/views/ty/index.vue | 9 ++++----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/cultrue/index.vue b/src/views/cultrue/index.vue index fb45568..65f34e6 100644 --- a/src/views/cultrue/index.vue +++ b/src/views/cultrue/index.vue @@ -983,6 +983,7 @@ export default { .wh_bg { clear: both; background-image: url("../../assets/wh/whbg.png") !important; + background-size: 100% 100%; } .screen-box { diff --git a/src/views/ty/index.vue b/src/views/ty/index.vue index 9ee58b8..936c216 100644 --- a/src/views/ty/index.vue +++ b/src/views/ty/index.vue @@ -167,8 +167,6 @@ import * as echarts from "echarts"; // 引入api import * as homeApi from '@/api/home' -import $ from "jquery"; - export default { components: { @@ -1006,7 +1004,7 @@ export default { itemStyle: { normal: { color: (params) => { - console.log('params', params) + // console.log('params', params) return color2[params.dataIndex]; }, }, @@ -1119,7 +1117,7 @@ export default { }) that.groupsData = []; homeApi.homeBarData({groupsId:idArr}).then(res=>{ - // console.log(res, '====='); + console.log(res, '====='); res.data.data.groupsData.forEach(item=>{ that.groupsData.push(item); }); @@ -1145,7 +1143,7 @@ export default { } }) homeApi.allGcgNumDatas({groupsId:idArr}).then(res=>{ - console.log(res, '====='); + // console.log(res, '====='); const tmpdata = res.data.data; tmpdata.forEach((item) => { that.rsqsDataName.push(item.groupName); @@ -1199,6 +1197,7 @@ export default { .ty_bg { clear: both; background-image: url("../../assets/ty/bg.png") !important; + background-size: 100% 100%; } .screen-box {