wangxiaohua 3 anni fa
parent
commit
ab865403a0
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      pages/mine/details.vue

+ 2
- 0
pages/mine/details.vue Vedi File

@@ -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) => {


Caricamento…
Annulla
Salva