diff --git a/components/App.js b/components/App.js index 26a160ef..c2cc9eac 100644 --- a/components/App.js +++ b/components/App.js @@ -102,7 +102,7 @@ class App { fnc: yzKey }) cls.prototype[yzKey] = async function () { - if (Version.isMiao || !app.yzCheck()) { + if (!Version.isMiao && !app.yzCheck()) { return false } let e = this.e