wangxiaohua před 2 roky
rodič
revize
ab865403a0
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  1. +2
    -0
      pages/mine/details.vue

+ 2
- 0
pages/mine/details.vue Zobrazit soubor

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


Načítá se…
Zrušit
Uložit