askbot-dragon 1.7.62-beta → 1.7.63-beta
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.
package/package.json
CHANGED
|
@@ -10428,7 +10428,7 @@ export default {
|
|
|
10428
10428
|
}
|
|
10429
10429
|
}
|
|
10430
10430
|
],
|
|
10431
|
-
inLoading:
|
|
10431
|
+
inLoading: false,
|
|
10432
10432
|
dataNote: 0,
|
|
10433
10433
|
timer: null,
|
|
10434
10434
|
finished: false,
|
|
@@ -10713,9 +10713,9 @@ export default {
|
|
|
10713
10713
|
console.debug('this.dataNote', this.dataNote)
|
|
10714
10714
|
}, 1000)
|
|
10715
10715
|
|
|
10716
|
-
setTimeout(() => {
|
|
10717
|
-
|
|
10718
|
-
}, 2000)
|
|
10716
|
+
// setTimeout(() => {
|
|
10717
|
+
// this.inLoading = true
|
|
10718
|
+
// }, 2000)
|
|
10719
10719
|
setTimeout(() => {
|
|
10720
10720
|
this.finished = true
|
|
10721
10721
|
this.dataNote = 10
|