wangxiaohua 2 лет назад
Родитель
Сommit
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) => {


Загрузка…
Отмена
Сохранить