|
@@ -257,6 +257,7 @@ var vNode = {
|
|
observer.observe(this.$refs.analysisTab)
|
|
observer.observe(this.$refs.analysisTab)
|
|
},
|
|
},
|
|
handleIntersection(entries) {
|
|
handleIntersection(entries) {
|
|
|
|
+ alert(entries[0].isIntersecting)
|
|
if(!entries[0].isIntersecting) {
|
|
if(!entries[0].isIntersecting) {
|
|
this.isHaveTop = true
|
|
this.isHaveTop = true
|
|
this.calcStickyOffset()
|
|
this.calcStickyOffset()
|