浏览代码

init

undefined
wangxiaohua 2 年前
父节点
当前提交
ab865403a0
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. +2
    -0
      pages/mine/details.vue

+ 2
- 0
pages/mine/details.vue 查看文件

@@ -494,8 +494,10 @@
if (res && res.length) {
let alltime = 1;
res.forEach(item => {
item.recordDuration=item.recordDuration/1
alltime += item.recordDuration
})
console.log(res,alltime,"999999999999")
this.alltimeStr = this.getTime(alltime)
if(info){
res.forEach((item,index) => {


正在加载...
取消
保存