diff --git a/src/utils/openinstall.ts b/src/utils/openinstall.ts index c7fd225..615f566 100644 --- a/src/utils/openinstall.ts +++ b/src/utils/openinstall.ts @@ -50,7 +50,7 @@ class OpenInstallSdk { // 初始化成功回调方法。当初始化完成后,会自动进入 // 注意:此时的 this 是 OpenInstall 的原始实例对象 (m) const m = this - m.schemeWakeup() // 尝试使用scheme打开App(主要用于Android以及iOS的QQ环境中) + // m.schemeWakeup() // 尝试使用scheme打开App(主要用于Android以及iOS的QQ环境中) const button = document.getElementById('downloadButton_apple') const button_mac = document.getElementById('downloadButton_mac')