Browse Source

时间

yun
jyt 2 years ago
parent
commit
3b0d2b53f1
5 changed files with 7 additions and 8 deletions
  1. +2
    -2
      pages/center/Piabodata/Userinsightinto.vue
  2. +1
    -1
      pages/center/consumer/consumerDetail.vue
  3. +1
    -1
      pages/center/records/index.vue
  4. +1
    -1
      pages/mine/details2.vue
  5. +2
    -3
      utils/domain.js

+ 2
- 2
pages/center/Piabodata/Userinsightinto.vue View File

@@ -147,11 +147,11 @@
});
}else if(i==2){
uni.navigateTo({
url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=1'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd
url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=1&validInvalid=0'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd
});
}else{
uni.navigateTo({
url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=0'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd
url: '/pages/center/records/index?refresh='+'refresh'+'&activeTotal='+this.activeTotal+'&markAdvisor=0&validInvalid=0'+'&staTime='+this.timeobj.statDateStart+'&endtime='+this.timeobj.statDateEnd
});
}
},


+ 1
- 1
pages/center/consumer/consumerDetail.vue View File

@@ -33,7 +33,7 @@
</view>
</view>
<view class="content-sec-lab">
顾问姓名:<view class="content-sec-lab1">{{customerInfo.agentName}}</view>
顾问姓名:<view class="content-sec-lab1">{{customerInfo.ownerName}}</view>
</view>
<view class="content-sec-lab">
添加时间:<view class="content-sec-lab1">{{customerInfo.createTime}}</view>


+ 1
- 1
pages/center/records/index.vue View File

@@ -343,7 +343,7 @@
}
if (options.staTime) {
this.staTime = options.staTime;
this.endtime = options.endtime;
this.endtime = options.endtime+' 23:59:59';
}

},


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

@@ -283,7 +283,7 @@
<view class="hsnrtest" v-if="subitem.show">话术内容</view>
<view class="Level3che" @tap="clickaudeopal(che)" v-if="subitem.show"
v-for="(che,inc) in subitem.children" :key='inc'>
<view class="title1" :class="{gray: che.viewFlag == 1}">{{inc+1}}.{{che.name}}</view>
<view class="title1">{{inc+1}}.{{che.name}}</view>
<view class="jiantobox">
<image v-if="che.selected==0" class="arrow" src="/static/images/rate-checked.png"
mode="" />


+ 2
- 3
utils/domain.js View File

@@ -1,10 +1,9 @@
// http.js使用域名
const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试
// const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 最新测试
// const baseUrl = 'http://192.168.31.211:8080/api';// 泽明
// const baseUrl = 'http://localhost:8080/autoSR/api'; // 本地
// const baseUrl = 'http://192.168.31.161:8080/autoSR/api'; // 长龙
// const baseUrl = 'http://192.168.31.86:9090/api'; // 盛浩
// const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
const baseUrl = 'https://zkgj.quhouse.com/api'; // 质控正式
// const baseUrl = 'https://hfju.com/api'; // 数智正式




Loading…
Cancel
Save