|
@@ -215,6 +215,7 @@ export default {
|
|
|
clearTimeout(this.timer);
|
|
|
this.end = this.$store.state.scroll
|
|
|
if(JSON.stringify(this.start) != JSON.stringify(this.end)){
|
|
|
+ this.startNum = 0
|
|
|
return
|
|
|
}
|
|
|
let endTime = +new Date();
|
|
@@ -246,6 +247,7 @@ export default {
|
|
|
that.message.title = "";
|
|
|
that.message.text = "暂无资料";
|
|
|
}
|
|
|
+ this.startNum = 0
|
|
|
},600)
|
|
|
},
|
|
|
closeTip(){
|