Explorar el Código

init

undefined
wangxiaohua hace 2 años
padre
commit
ab865403a0
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. +2
    -0
      pages/mine/details.vue

+ 2
- 0
pages/mine/details.vue Ver fichero

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


Cargando…
Cancelar
Guardar