系统版本号

This commit is contained in:
唐明明
2021-10-29 16:54:00 +08:00
parent 6e6a772931
commit 5960d1cf8c
5 changed files with 23 additions and 9 deletions

View File

@@ -22,9 +22,15 @@
//#endif
//#ifdef APP-PLUS
// 获取系统版本号
console.log(plus.runtime.versionCode)
console.log(plus.runtime.uniVersion)
// 请求一个接口
// 是否需要更新
// 弹出更新提示
// 下载文件安装
console.log('检查更新')
//#endif
},