修复判断升级的逻辑没有返回的bug,目前在1.6的手机诗笺版升级成功
This commit is contained in:
parent
d737980c75
commit
9cfea9d2b9
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 电脑端
|
// 电脑端
|
||||||
|
|
Loading…
Reference in New Issue