浏览代码

修改段录音

dev
douzhuo 3 年前
父节点
当前提交
c4e5ac5c4a
共有 1 个文件被更改,包括 6 次插入6 次删除
  1. +6
    -6
      pages/center/Piabodata/Customerportrait/Receivedetailabout.vue

+ 6
- 6
pages/center/Piabodata/Customerportrait/Receivedetailabout.vue 查看文件

@@ -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)
} }
}) })
}, },


正在加载...
取消
保存