jyt il y a 2 ans
Parent
révision
093ba0f0e6
6 fichiers modifiés avec 8 ajouts et 10 suppressions
  1. +2
    -2
      pages/index/customer.vue
  2. +2
    -2
      pages/learning/Equinoctial/index.vue
  3. +1
    -1
      pages/learning/Equinoctial/index2.vue
  4. +1
    -1
      pages/learning/Thefulltext/index.vue
  5. +1
    -1
      pages/learning/Thefulltext/index2.vue
  6. +1
    -3
      pages/mine/reception/addreception.vue

+ 2
- 2
pages/index/customer.vue Voir le fichier

@@ -65,7 +65,7 @@
<view class="zuoimg">顾</view> <view class="zuoimg">顾</view>
<view class="zuoname">{{item.agentName || '--'}}</view> <view class="zuoname">{{item.agentName || '--'}}</view>
</view> </view>
<view class="cen" v-if="timestamp(item.createTime)<30">
<view class="cen" v-if="timestamp(item.createTime) < 60*30">
<view v-if="item.status!=0"> <view v-if="item.status!=0">
自动结束 <u-count-down :timestamp="timestamp(item.createTime)" color="#E7483C"></u-count-down> 自动结束 <u-count-down :timestamp="timestamp(item.createTime)" color="#E7483C"></u-count-down>
</view> </view>
@@ -75,7 +75,7 @@
<view class="youimg1-1" v-if="item.status==0"></view> <view class="youimg1-1" v-if="item.status==0"></view>
<view class="youtext">{{item.status==0?"排队中":item.status==1?"接待中":"已完成"}}</view> --> <view class="youtext">{{item.status==0?"排队中":item.status==1?"接待中":"已完成"}}</view> -->
<view class="" v-if="item.status!=0" style="display: flex;"> <view class="" v-if="item.status!=0" style="display: flex;">
<block v-if="item.imei!=null || item.imei==''">
<block v-if="item.imei!=null">
<!-- 接待中 --> <!-- 接待中 -->
<view class=""> <view class="">
<!-- 工牌标示 --> <!-- 工牌标示 -->


+ 2
- 2
pages/learning/Equinoctial/index.vue Voir le fichier

@@ -397,7 +397,7 @@
method:"GET", method:"GET",
header: { header: {
'content-type': 'application/json', 'content-type': 'application/json',
'Authorization': 'Bearer '+uni.getStorageSync('weapp_session_login_data').token
'Authorization': 'Bearer '+uni.getStorageSync('weapp_session_login_data').token
}, },
success: (data) => { success: (data) => {
if(data.data.code==10000){ if(data.data.code==10000){
@@ -446,7 +446,7 @@
if (res && res.length) { if (res && res.length) {
let alltime=1; let alltime=1;
res.forEach(item=>{ res.forEach(item=>{
alltime+=item.recordDuration
alltime = item.recordDuration
}) })
this.alltimeStr=this.getTime(alltime) this.alltimeStr=this.getTime(alltime)
res.forEach((cet,index)=>{ res.forEach((cet,index)=>{


+ 1
- 1
pages/learning/Equinoctial/index2.vue Voir le fichier

@@ -448,7 +448,7 @@
} }
this.$u.post("/corpus/fendianFindByPage", parames).then(res => { this.$u.post("/corpus/fendianFindByPage", parames).then(res => {
if (res && res.length) { if (res && res.length) {
let alltime = 1+res[0].recordDuration;
let alltime = res[0].recordDuration;
this.alltimeStr = this.getTime(alltime) this.alltimeStr = this.getTime(alltime)
this.luyinList = res; this.luyinList = res;
this.recordPath = res[0].recordPath this.recordPath = res[0].recordPath


+ 1
- 1
pages/learning/Thefulltext/index.vue Voir le fichier

@@ -515,7 +515,7 @@
let alltime = 1; let alltime = 1;
res.forEach(item => { res.forEach(item => {
alltime += item.recordDuration
alltime = item.recordDuration
}) })
this.alltimeStr = this.getTime(alltime) this.alltimeStr = this.getTime(alltime)
if(info){ if(info){


+ 1
- 1
pages/learning/Thefulltext/index2.vue Voir le fichier

@@ -489,7 +489,7 @@
} }
this.$u.post("/corpus/findByPage", parames).then(res => { this.$u.post("/corpus/findByPage", parames).then(res => {
if (res && res.length) { if (res && res.length) {
let alltime = 1+res[0].recordDuration;
let alltime = res[0].recordDuration;
this.alltimeStr = this.getTime(alltime) this.alltimeStr = this.getTime(alltime)
if(info.bg!=0){ if(info.bg!=0){
this.luyinList = res; this.luyinList = res;


+ 1
- 3
pages/mine/reception/addreception.vue Voir le fichier

@@ -206,9 +206,7 @@
}) })
}, },
baochunfun(){ baochunfun(){
const {
dataCode
} = uni.getStorageSync("weapp_session_userInfo_data");
const { dataCode } = uni.getStorageSync("weapp_session_userInfo_data");
if(this.parames.phone.length==0){ if(this.parames.phone.length==0){
this.parames.phone=null this.parames.phone=null
} }


Chargement…
Annuler
Enregistrer