Browse Source

更新体育颜色、头部文字

master
luyisha 3 years ago
parent
commit
ec8161693d
  1. 2
      src/App.vue
  2. 2
      src/views/cultrue/index.vue
  3. 2
      src/views/index.vue
  4. 4
      src/views/ty/index.vue

2
src/App.vue

@ -4,7 +4,7 @@
<div class="topnav">
<div class="toptxt">
<div style="margin-left: 2%" class="topTitle">
累计服务人数 {{ sumYear_num }}
累计服务人数 {{ sumYear_num }}
</div>
<img class="topImg" src="@/assets/index/top_title.png" />
<div style="margin-right: 2%" class="topTitle"> {{ nowtime }} {{ curtime }} </div>

2
src/views/cultrue/index.vue

@ -949,7 +949,7 @@ export default {
}
},
beforeDestroy(){
console.log('清除文化定时器')
// console.log('')
clearInterval(this.timer1);
clearInterval(this.timer2);
clearInterval(this.timer3);

2
src/views/index.vue

@ -1024,7 +1024,7 @@ export default {
},
},
beforeDestroy(){
console.log('清除总览定时器')
// console.log('')
clearInterval(this.timer0);
clearInterval(this.timer1);
clearInterval(this.timer2);

4
src/views/ty/index.vue

@ -416,7 +416,7 @@ export default {
// ---ws
var xData = that.rsqsXData;
var color = ['#FF99CC', '#6666FF', '#FF6600', '#7049f0', '#fa704d', '#01babc',]
var color = ['#FF99CC', '#6666FF', '#75fa4c', '#7049f0', '#fa704d', '#01babc',]
var name = that.rsqsDataName
// console.log(that.rsqsDataName, 'that.rsqsDataName')
// = ['', '', ''];
@ -980,7 +980,7 @@ export default {
},
},
beforeDestroy(){
console.log('清除体育定时器')
// console.log('')
clearInterval(this.timer1);
clearInterval(this.timer2);
clearInterval(this.timer3);

Loading…
Cancel
Save