prod
校文 3 years ago
parent 132306afd7
commit 9b04f49fdc

@ -1,7 +1,7 @@
<!--
* @Author: xw
* @Date: 2021-10-09 14:25:05
* @LastEditTime: 2021-11-05 11:24:18
* @LastEditTime: 2021-12-02 15:53:52
* @LastEditors: Please set LastEditors
* @Description: 大数据统计gif
* @FilePath: /data-show/src/views/Index/dynamicNumber/index.vue
@ -86,9 +86,10 @@ export default {
this.startDyfun(6000);
});
},
destroyed() {
beforeDestroy() {
if(this.intval) {
clearTimeout(this.intval)
this.intval = null;
}
},
methods: {

Loading…
Cancel
Save