修复判断升级的逻辑没有返回的bug,目前在1.6的手机诗笺版升级成功

This commit is contained in:
nonameShijian 2024-01-29 20:51:12 +08:00
parent d737980c75
commit 9cfea9d2b9
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ export function canUseHttpProtocol() {
if (nonameInitialized.includes('com.noname.shijian')) { if (nonameInitialized.includes('com.noname.shijian')) {
// 每个app自定义能升级的渠道比如判断版本 // 每个app自定义能升级的渠道比如判断版本
// @ts-ignore // @ts-ignore
window.noname_shijianInterfaces.getApkVersion() >= 16000; return window.noname_shijianInterfaces.getApkVersion() >= 16000;
} }
} }
// 电脑端 // 电脑端