系统版本号

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

@@ -283,7 +283,15 @@
}
this.chains = occData.data
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)
}).catch(err => {
uni.showToast({