baiqiu-cms-decoration2 1.4.13 → 1.4.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.
|
@@ -83447,11 +83447,11 @@ var slideLayout_component = normalizeComponent(
|
|
|
83447
83447
|
},
|
|
83448
83448
|
mounted() {
|
|
83449
83449
|
if (!this.needReport) return;
|
|
83450
|
-
|
|
83450
|
+
setTimeout(() => {
|
|
83451
83451
|
var commom = __webpack_require__("cf45");
|
|
83452
83452
|
commom.scroll(this);
|
|
83453
83453
|
commom.entrance(this);
|
|
83454
|
-
});
|
|
83454
|
+
}, 0);
|
|
83455
83455
|
},
|
|
83456
83456
|
methods: {
|
|
83457
83457
|
dragChange(e) {
|
|
@@ -83456,11 +83456,11 @@ var slideLayout_component = normalizeComponent(
|
|
|
83456
83456
|
},
|
|
83457
83457
|
mounted() {
|
|
83458
83458
|
if (!this.needReport) return;
|
|
83459
|
-
|
|
83459
|
+
setTimeout(() => {
|
|
83460
83460
|
var commom = __webpack_require__("cf45");
|
|
83461
83461
|
commom.scroll(this);
|
|
83462
83462
|
commom.entrance(this);
|
|
83463
|
-
});
|
|
83463
|
+
}, 0);
|
|
83464
83464
|
},
|
|
83465
83465
|
methods: {
|
|
83466
83466
|
dragChange(e) {
|