Browse Source

过滤非体育板块的数据

master
453530270@qq.com 2 years ago
parent
commit
212260b7c6
  1. 4
      src/api/home.js
  2. 3
      src/views/TycView.vue

4
src/api/home.js

@ -41,11 +41,11 @@ export function allInfoDatas(param) {
})
}
// 今日各场馆的趋势
export function tdGroupRealTimeEnter(param) {
export function tdGroupRealTimeEnter(params) {
return request({
url: '/pass.passcc/toDayGroupsEnterNum',
method: 'get',
param,
params,
})
}
// 图书馆人流趋势

3
src/views/TycView.vue

@ -73,7 +73,7 @@
<div class="gcgrs_title">各场馆服务人次趋势</div>
<div id="gc_charts" class="gcgrs_charts"></div>
</div>
<div class="rbox_label">
<div class="rbox_label" style="display:none">
<span></span>体育场
<span></span>体育馆
<span></span>游泳场馆
@ -440,6 +440,7 @@ export default {
//
this.getTdcg()
// ws
this.getsckdata()
},
methods: {

Loading…
Cancel
Save