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