baiqiu-cms-decoration2 2.0.13 → 2.0.14
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -79461,6 +79461,7 @@ class ReportObserver {
|
|
|
79461
79461
|
disconnect() {
|
|
79462
79462
|
if (this.intersectionObserver) {
|
|
79463
79463
|
this.intersectionObserver.disconnect();
|
|
79464
|
+
sessionStorage.setItem('reportData', '[]');
|
|
79464
79465
|
if (this.interval) {
|
|
79465
79466
|
clearInterval(this.interval);
|
|
79466
79467
|
this.interval = null;
|
|
@@ -79470,6 +79470,7 @@ class ReportObserver {
|
|
|
79470
79470
|
disconnect() {
|
|
79471
79471
|
if (this.intersectionObserver) {
|
|
79472
79472
|
this.intersectionObserver.disconnect();
|
|
79473
|
+
sessionStorage.setItem('reportData', '[]');
|
|
79473
79474
|
if (this.interval) {
|
|
79474
79475
|
clearInterval(this.interval);
|
|
79475
79476
|
this.interval = null;
|