Browse Source

修改段录音

dev
douzhuo 2 years ago
parent
commit
c4e5ac5c4a
1 changed files with 6 additions and 6 deletions
  1. +6
    -6
      pages/center/Piabodata/Customerportrait/Receivedetailabout.vue

+ 6
- 6
pages/center/Piabodata/Customerportrait/Receivedetailabout.vue View File

@@ -819,9 +819,7 @@
this.datetiem = res[0].receptionTime; this.datetiem = res[0].receptionTime;
this.Alladdtodigest = res[0].status; this.Alladdtodigest = res[0].status;
this.zyAudio() this.zyAudio()
setTimeout(() => {
this.getCorpusAnalysis(info)
}, 150)
this.getCorpusAnalysis(info)
} }
}) })
}, },
@@ -898,9 +896,11 @@
res.message.forEach(asd => { res.message.forEach(asd => {
asd.isshow = false; asd.isshow = false;
}) })
})
var itc = parseInt(info.bg / 1000)
this.adasdasdasd(itc)
})
setTimeout(() => {
var itc = parseInt(info.bg / 1000)
this.adasdasdasd(itc)
}, 1500)
} }
}) })
}, },


Loading…
Cancel
Save