@@ -259,10 +259,10 @@ export default {
}
},
- // 销毁定时器
- beforeDestroy(){
- clearTimeout(this.showData)
- }
+ // // 销毁定时器
+ // beforeDestroy(){
+ // clearTimeout(this.showData)
+ // }
</script>