修改测试问题
This commit is contained in:
@@ -34,7 +34,7 @@ const isCustomDebugBase = (appName = '') => {
|
||||
|
||||
export const checkAppUpdate = () => {
|
||||
// #ifndef APP-PLUS
|
||||
return
|
||||
// return
|
||||
// #endif
|
||||
|
||||
// 开发环境跳过检查
|
||||
@@ -225,7 +225,7 @@ const downloadAndInstallApk = (url) => {
|
||||
const percent = ((task.downloadedSize / task.totalSize) * 100).toFixed(0)
|
||||
console.log('🚀 ~ downloadAndInstallApk ~ percent:', percent)
|
||||
// 直接更新 waiting 的标题,不会闪烁
|
||||
progressWaiting.setTitle(`正在下载更新 ${percent}%`)
|
||||
progressWaiting.setTitle(`正在下载更新...`)
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user