系统版本号
This commit is contained in:
8
App.vue
8
App.vue
@@ -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
|
||||||
|
|||||||
@@ -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({
|
||||||
|
|||||||
6
unpackage/dist/build/app-plus/app-service.js
vendored
6
unpackage/dist/build/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
2
unpackage/dist/build/app-plus/app-view.js
vendored
2
unpackage/dist/build/app-plus/app-view.js
vendored
File diff suppressed because one or more lines are too long
6
unpackage/dist/dev/app-plus/app-service.js
vendored
6
unpackage/dist/dev/app-plus/app-service.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user