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 {