Kaynağa Gözat

init

undefined
wangxiaohua 3 yıl önce
ebeveyn
işleme
ab865403a0
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      pages/mine/details.vue

+ 2
- 0
pages/mine/details.vue Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet