v2 iaofiua9gio
This commit is contained in:
@@ -1378,7 +1378,7 @@ class AutomaticDispose {
|
||||
StartAlarmProcess() {
|
||||
const self = this;
|
||||
|
||||
const alarming = function alarming() {
|
||||
const alarming = function alarming(self) {
|
||||
Promise.resolve().then(async () => {
|
||||
return await self.PrepareVehicleNeedList();
|
||||
}).then(async () => {
|
||||
@@ -1448,7 +1448,7 @@ class AutomaticDispose {
|
||||
mutations.forEach(function (mutation) {
|
||||
if (mutation.attributeName === "style") {
|
||||
setTimeout(function () {
|
||||
alarming()
|
||||
alarming(self)
|
||||
}, 750);
|
||||
}
|
||||
});
|
||||
@@ -1460,7 +1460,7 @@ class AutomaticDispose {
|
||||
$div.click();
|
||||
} else {
|
||||
setTimeout(function () {
|
||||
alarming()
|
||||
alarming(self)
|
||||
}, 750);
|
||||
}
|
||||
}, 500);
|
||||
|
||||
Reference in New Issue
Block a user