From 8ed21469bdcc95b0b533bb0e4c81a4c242bbc237 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Mon, 16 May 2022 16:11:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/prohibited/details.vue | 4 ++-- pages/mine/details2.vue | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/pages/center/prohibited/details.vue b/pages/center/prohibited/details.vue index e4bb2c0..cb20c43 100644 --- a/pages/center/prohibited/details.vue +++ b/pages/center/prohibited/details.vue @@ -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 } diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 6b28027..9580350 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -1352,7 +1352,7 @@ this.timeStr = "00:00"; //总的时间 const parames = { pageNum: 1, - pageSize: 100, + pageSize: 50, query: { customerId: this.customerId } @@ -1886,6 +1886,7 @@ }) this.newluyinList = jsonInfo; + console.log(this.newluyinList) this.dialogList.push(jsonInfo[this.textindex]); var itc = parseInt(info.bg / 1000) this.adasdasdasd(itc)