系统版本号

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

View File

@@ -284,6 +284,14 @@
this.chains = occData.data this.chains = occData.data
this.categoryArr = occData.tasks this.categoryArr = occData.tasks
this.help = occData.help this.help = occData.help
console.log(occData.movement)
// occData.movement.map((val, index) => {
// val.value = index
// return val
// })
this.showCartc(occData.movement) this.showCartc(occData.movement)
}).catch(err => { }).catch(err => {
uni.showToast({ uni.showToast({

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long