yangjie #49

Merged
yangqiang merged 71 commits from yangjie into master 2025-03-10 14:21:26 +08:00
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 860f141782 - Show all commits

View File

@ -105,6 +105,8 @@ export const isVersion = (callBack: Function) => {
callBack(false) callBack(false)
} }
}) })
} else {
callBack(false)
} }
}).catch(() => { }).catch(() => {
callBack(false) callBack(false)