Browse Source

修改域名

dev
douzhuo 2 years ago
parent
commit
8ed21469bd
2 changed files with 4 additions and 3 deletions
  1. +2
    -2
      pages/center/prohibited/details.vue
  2. +2
    -1
      pages/mine/details2.vue

+ 2
- 2
pages/center/prohibited/details.vue View File

@@ -604,7 +604,7 @@
this.newluyinList = [] this.newluyinList = []
uni.request({ uni.request({
url: config.service.getCorpusAnal + '?corpusId=' + this.luyinList[this.csdFileindex].id + 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", method: "GET",
header: { header: {
'content-type': 'application/json', 'content-type': 'application/json',
@@ -716,7 +716,7 @@
this.innerAudioContext.seek(parseInt(e.bg / 1000)); this.innerAudioContext.seek(parseInt(e.bg / 1000));
console.log('我在这里哦') console.log('我在这里哦')
if (this.current == 1) { if (this.current == 1) {
this.innerAudioContext.play();
// this.innerAudioContext.play();
} else { } else {
this.scrollId = "dialog" + this.csdFileindex + "text" + e.bg this.scrollId = "dialog" + this.csdFileindex + "text" + e.bg
} }


+ 2
- 1
pages/mine/details2.vue View File

@@ -1352,7 +1352,7 @@
this.timeStr = "00:00"; //总的时间 this.timeStr = "00:00"; //总的时间
const parames = { const parames = {
pageNum: 1, pageNum: 1,
pageSize: 100,
pageSize: 50,
query: { query: {
customerId: this.customerId customerId: this.customerId
} }
@@ -1886,6 +1886,7 @@
}) })
this.newluyinList = jsonInfo; this.newluyinList = jsonInfo;
console.log(this.newluyinList)
this.dialogList.push(jsonInfo[this.textindex]); this.dialogList.push(jsonInfo[this.textindex]);
var itc = parseInt(info.bg / 1000) var itc = parseInt(info.bg / 1000)
this.adasdasdasd(itc) this.adasdasdasd(itc)


Loading…
Cancel
Save