diff --git a/config.js b/config.js index b836488..be10eb6 100644 --- a/config.js +++ b/config.js @@ -2,11 +2,11 @@ * 小程序配置文件 */ // 此处主机域名修改成腾讯云解决方案分配的域名 -// var host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站 +var host = 'http://121.42.63.138:9091/autoSR/api'; // 测试站 // var host = 'http://192.168.31.163:8080/autoSR/api'; // 长龙 // var host = 'http://192.168.31.128:8080/autoSR/api'; // 佳豪 // var host = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 -var host = 'https://zkgj.quhouse.com/api'; // 质控正式 +// var host = 'https://zkgj.quhouse.com/api'; // 质控正式 // var host = 'https://hfju.com/api'; // 数智正式 diff --git a/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue b/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue index 0f3ec8b..42a8ae7 100644 --- a/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue +++ b/pages/center/Piabodata/Customerportrait/Receivedetailabout.vue @@ -38,45 +38,77 @@ - - - - A - - - - B - - - - C - - - - D - - - - E - - - - - F - - - - G - - - - H - - - - I - + + + + A + + + + B + + + + C + + + + D + + + + E + + + + + F + + + + G + + + + H + + + + I + + + + J + + + + K + + + + L + + + + M + + + + N + + + O + + + + P + + + + + + @@ -695,49 +727,78 @@ success: (data) => { this.tablist=[]; let jsonInfo = JSON.parse(data.data.data.audioContent); - for(var i=0;i<=data.data.data.speakerNum;i++){ - if(i==0){ - this.tablist.push({ - name:'全部' - }) - }else if(i==1){ - this.tablist.push({ - name:'A' - }) - }else if(i==2){ - this.tablist.push({ - name:'B' - }) - }else if(i==3){ - this.tablist.push({ - name:'C' - }) - }else if(i==4){ - this.tablist.push({ - name:'D' - }) - }else if(i==5){ - this.tablist.push({ - name:'E' - }) - }else if(i==6){ - this.tablist.push({ - name:'F' - }) - }else if(i==7){ - this.tablist.push({ - name:'G' - }) - }else if(i==8){ - this.tablist.push({ - name:'H' - }) - }else{ - this.tablist.push({ - name:'I' - }) - } - } + for(var i=0;i<=data.data.data.speakerNum;i++){ + if(i==0){ + this.tablist.push({ + name:'全部' + }) + }else if(i==1){ + this.tablist.push({ + name:'A' + }) + }else if(i==2){ + this.tablist.push({ + name:'B' + }) + }else if(i==3){ + this.tablist.push({ + name:'C' + }) + }else if(i==4){ + this.tablist.push({ + name:'D' + }) + }else if(i==5){ + this.tablist.push({ + name:'E' + }) + }else if(i==6){ + this.tablist.push({ + name:'F' + }) + }else if(i==7){ + this.tablist.push({ + name:'G' + }) + }else if(i==8){ + this.tablist.push({ + name:'H' + }) + }else if(i==9){ + this.tablist.push({ + name:'I' + }) + }else if(i==10){ + this.tablist.push({ + name:'J' + }) + }else if(i==11){ + this.tablist.push({ + name:'K' + }) + }else if(i==12){ + this.tablist.push({ + name:'L' + }) + }else if(i==13){ + this.tablist.push({ + name:'M' + }) + }else if(i==14){ + this.tablist.push({ + name:'N' + }) + }else if(i==15){ + this.tablist.push({ + name:'O' + }) + }else{ + this.tablist.push({ + name:'P' + }) + } + } + this.tablist[data.data.data.speaker].name=this.tablist[data.data.data.speaker].name+"顾问"; this.roleindexbiaoji=data.data.data.speaker-1; this.dshfkjsdkksodofydwfkhwdfkjh=data.data.data.speaker-1; @@ -1032,49 +1093,78 @@ success: (data) => { this.tablist=[]; let jsonInfo = JSON.parse(data.data.data.audioContent); - for(var i=0;i<=data.data.data.speakerNum;i++){ - if(i==0){ - this.tablist.push({ - name:'全部' - }) - }else if(i==1){ - this.tablist.push({ - name:'A' - }) - }else if(i==2){ - this.tablist.push({ - name:'B' - }) - }else if(i==3){ - this.tablist.push({ - name:'C' - }) - }else if(i==4){ - this.tablist.push({ - name:'D' - }) - }else if(i==5){ - this.tablist.push({ - name:'E' - }) - }else if(i==6){ - this.tablist.push({ - name:'F' - }) - }else if(i==7){ - this.tablist.push({ - name:'G' - }) - }else if(i==8){ - this.tablist.push({ - name:'H' - }) - }else{ - this.tablist.push({ - name:'I' - }) - } - } + for(var i=0;i<=data.data.data.speakerNum;i++){ + if(i==0){ + this.tablist.push({ + name:'全部' + }) + }else if(i==1){ + this.tablist.push({ + name:'A' + }) + }else if(i==2){ + this.tablist.push({ + name:'B' + }) + }else if(i==3){ + this.tablist.push({ + name:'C' + }) + }else if(i==4){ + this.tablist.push({ + name:'D' + }) + }else if(i==5){ + this.tablist.push({ + name:'E' + }) + }else if(i==6){ + this.tablist.push({ + name:'F' + }) + }else if(i==7){ + this.tablist.push({ + name:'G' + }) + }else if(i==8){ + this.tablist.push({ + name:'H' + }) + }else if(i==9){ + this.tablist.push({ + name:'I' + }) + }else if(i==10){ + this.tablist.push({ + name:'J' + }) + }else if(i==11){ + this.tablist.push({ + name:'K' + }) + }else if(i==12){ + this.tablist.push({ + name:'L' + }) + }else if(i==13){ + this.tablist.push({ + name:'M' + }) + }else if(i==14){ + this.tablist.push({ + name:'N' + }) + }else if(i==15){ + this.tablist.push({ + name:'O' + }) + }else{ + this.tablist.push({ + name:'P' + }) + } + } + this.tablist[data.data.data.speaker].name=this.tablist[data.data.data.speaker].name+"顾问"; this.roleindexbiaoji=data.data.data.speaker-1; this.dshfkjsdkksodofydwfkhwdfkjh=data.data.data.speaker-1; diff --git a/pages/index/customer.vue b/pages/index/customer.vue index 64b391b..b468f28 100644 --- a/pages/index/customer.vue +++ b/pages/index/customer.vue @@ -24,7 +24,7 @@ 手机号码:{{item.phone || "--"}} 开始时间:{{item.createTime}} 顾问姓名:{{item.agentName}} - + 工牌电量:{{item.zkEquipmentState.electricity}}% 录音状态: 使用中 diff --git a/pages/index/learning.vue b/pages/index/learning.vue index 3171785..bd70c05 100644 --- a/pages/index/learning.vue +++ b/pages/index/learning.vue @@ -10,14 +10,16 @@ - + + + {{item.jbaName}} 置业顾问 - 去学习 + 去学习 @@ -35,9 +37,10 @@ {{item.heat}} - + + diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 29638c7..42d805a 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -73,6 +73,34 @@ I + + + J + + + + K + + + + L + + + + M + + + + N + + + + O + + + + P + @@ -630,12 +658,44 @@ this.tablist.push({ name:'H' }) - }else{ + }else if(i==9){ this.tablist.push({ name:'I' }) - } - } + }else if(i==10){ + this.tablist.push({ + name:'J' + }) + }else if(i==11){ + this.tablist.push({ + name:'K' + }) + }else if(i==12){ + this.tablist.push({ + name:'L' + }) + }else if(i==13){ + this.tablist.push({ + name:'M' + }) + }else if(i==14){ + this.tablist.push({ + name:'N' + }) + }else if(i==15){ + this.tablist.push({ + name:'O' + }) + }else{ + this.tablist.push({ + name:'P' + }) + } + } + + + + if(data.data.data.speaker==null){ this.roleindexbiaoji=0; this.dshfkjsdkksodofydwfkhwdfkjh=0; @@ -1203,12 +1263,40 @@ this.tablist.push({ name:'H' }) - }else{ + }else if(i==9){ this.tablist.push({ name:'I' }) - } - } + }else if(i==10){ + this.tablist.push({ + name:'J' + }) + }else if(i==11){ + this.tablist.push({ + name:'K' + }) + }else if(i==12){ + this.tablist.push({ + name:'L' + }) + }else if(i==13){ + this.tablist.push({ + name:'M' + }) + }else if(i==14){ + this.tablist.push({ + name:'N' + }) + }else if(i==15){ + this.tablist.push({ + name:'O' + }) + }else{ + this.tablist.push({ + name:'P' + }) + } + } if(data.data.data.speaker==null){ this.roleindexbiaoji=0; this.dshfkjsdkksodofydwfkhwdfkjh=0; diff --git a/utils/http.js b/utils/http.js index 7c01a26..cf5c4a8 100644 --- a/utils/http.js +++ b/utils/http.js @@ -1,12 +1,11 @@ -// const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站 +const baseUrl = 'http://121.42.63.138:9091/autoSR/api';// 测试站 // const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙 // const baseUrl = 'http://192.168.31.128:8080/autoSR/api'; // 佳豪 // const baseUrl = 'http://10.2.1.104:8081/autoSR/api'; // 刘敏 -const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 +// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式 // const baseUrl = 'https://hfju.com/api'; // 数智正式 - const install = (Vue, vm) => { Vue.prototype.$u.http.setConfig({ baseUrl,