|
|
@@ -604,7 +604,7 @@ |
|
|
|
this.newluyinList = [] |
|
|
|
uni.request({ |
|
|
|
url: config.service.getCorpusAnal + '?corpusId=' + this.luyinList[this.csdFileindex].id + |
|
|
|
"&bg=" + info.bg + "&speaker=" + this.roleindex, //仅为示例,并非真实接口地址。 |
|
|
|
"&bg=" + info.bg + "&speaker=" + this.roleindex + '&num=50', //仅为示例,并非真实接口地址。 |
|
|
|
method: "GET", |
|
|
|
header: { |
|
|
|
'content-type': 'application/json', |
|
|
@@ -716,7 +716,7 @@ |
|
|
|
this.innerAudioContext.seek(parseInt(e.bg / 1000)); |
|
|
|
console.log('我在这里哦') |
|
|
|
if (this.current == 1) { |
|
|
|
this.innerAudioContext.play(); |
|
|
|
// this.innerAudioContext.play(); |
|
|
|
} else { |
|
|
|
this.scrollId = "dialog" + this.csdFileindex + "text" + e.bg |
|
|
|
} |
|
|
|