Forráskód Böngészése

修改切换蓝色主题

shaogen1995 4 éve
szülő
commit
1ba349dd39
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      src/views/Home.vue

+ 1 - 1
src/views/Home.vue

@@ -286,7 +286,7 @@ export default {
     this.$nextTick(() => {
     this.$nextTick(() => {
       // 所有dom加载完毕之后---要执行的代码
       // 所有dom加载完毕之后---要执行的代码
       setTimeout(() => {
       setTimeout(() => {
-        this.$refs.ifr.contentWindow.changeStyle()
+        this.$refs.ifr.contentWindow.changeStyle(1)
         this.$refs.ifr.contentWindow.onAtimeShow(this.historyData[0].yeah)
         this.$refs.ifr.contentWindow.onAtimeShow(this.historyData[0].yeah)
       }, 1000)
       }, 1000)
     })
     })