diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue
index 2a66bec..39adfe0 100644
--- a/pages/mine/details2.vue
+++ b/pages/mine/details2.vue
@@ -101,24 +101,23 @@
-
+
更多
- 设备日志
-
+
+ 设备日志
+
+
接待信息
-
- {{userlistobj.validInvalidName}}
-
+
+
+ {{userlistobj.validInvalidName}}
+
+
-
-
- 接待信息
-
@@ -360,8 +359,10 @@
话术内容
-
-
+
+
{{inc+1}}.{{che.question}}
@@ -392,8 +393,10 @@
话术内容
-
-
+
+
{{inc+1}}.{{che.question}}
@@ -518,7 +521,7 @@
-
+
@@ -769,14 +772,15 @@
},
methods: {
- clickWajue(item){
- if(item.selected==0){
+ clickWajue(item) {
+ if (item.selected == 0) {
this.Pinspeak = false
uni.navigateTo({
- url: '/pages/learning/Keywordsearch?customerId=' + this.customerId + "&keyword=" + item.question +
+ url: '/pages/learning/Keywordsearch?customerId=' + this.customerId + "&keyword=" + item
+ .question +
"&skpl=" + "2" + '&UpDateEvent=DETAILS2INIT'
- })
- }
+ })
+ }
},
//获取画像标签
getWordMiningList() {
@@ -818,9 +822,9 @@
this.wajueshow = true
return;
}
-
+
this.wajueshow = true
- if(!this.flag){
+ if (!this.flag) {
this.flag = true
uni.request({
url: config.service.addWordMining,
@@ -1354,7 +1358,7 @@
if (this.roleSelectArr.findIndex(item => item == 0) == -1) {
str += `&speakerStr=${this.roleSelectArr.join(',')}`
}
-
+
uni.request({
url: `${config.service.getCorpusAnal}${str}`,
method: "GET",
@@ -1384,8 +1388,8 @@
this.tablist[0].select = true
this.tablist[res.speaker].name = this.tablist[res.speaker].name + "顾问";
}
-
-
+
+
this.newluyinList = jsonInfo;
if (this.textindex == null) {
return
@@ -1898,7 +1902,7 @@
uni.request({
url: config.service.getCorpusAnal + '?corpusId=' + this.luyinList[this.csdFileindex].id +
"&bg=" + info.bg + "&speaker=" + this.roleindex + '&voFlag=0' +
- '&num=50',
+ '&num=50',
method: "GET",
header: {
'content-type': 'application/json',
@@ -2239,6 +2243,7 @@
color: #fff;
}
}
+
&::-webkit-scrollbar {
width: 0;
height: 0;