diff --git a/pages/index/customer.vue b/pages/index/customer.vue index c296f80..1bf3c0b 100644 --- a/pages/index/customer.vue +++ b/pages/index/customer.vue @@ -65,7 +65,7 @@ {{item.agentName || '--'}} - + 自动结束 @@ -75,7 +75,7 @@ {{item.status==0?"排队中":item.status==1?"接待中":"已完成"}} --> - + diff --git a/pages/learning/Equinoctial/index.vue b/pages/learning/Equinoctial/index.vue index eae7b6a..049cbc3 100644 --- a/pages/learning/Equinoctial/index.vue +++ b/pages/learning/Equinoctial/index.vue @@ -397,7 +397,7 @@ method:"GET", header: { 'content-type': 'application/json', - 'Authorization': 'Bearer '+uni.getStorageSync('weapp_session_login_data').token + 'Authorization': 'Bearer '+uni.getStorageSync('weapp_session_login_data').token }, success: (data) => { if(data.data.code==10000){ @@ -446,7 +446,7 @@ if (res && res.length) { let alltime=1; res.forEach(item=>{ - alltime+=item.recordDuration + alltime = item.recordDuration }) this.alltimeStr=this.getTime(alltime) res.forEach((cet,index)=>{ diff --git a/pages/learning/Equinoctial/index2.vue b/pages/learning/Equinoctial/index2.vue index d719388..9c781f8 100644 --- a/pages/learning/Equinoctial/index2.vue +++ b/pages/learning/Equinoctial/index2.vue @@ -448,7 +448,7 @@ } this.$u.post("/corpus/fendianFindByPage", parames).then(res => { if (res && res.length) { - let alltime = 1+res[0].recordDuration; + let alltime = res[0].recordDuration; this.alltimeStr = this.getTime(alltime) this.luyinList = res; this.recordPath = res[0].recordPath diff --git a/pages/learning/Thefulltext/index.vue b/pages/learning/Thefulltext/index.vue index c58242b..ad1be2e 100644 --- a/pages/learning/Thefulltext/index.vue +++ b/pages/learning/Thefulltext/index.vue @@ -515,7 +515,7 @@ let alltime = 1; res.forEach(item => { - alltime += item.recordDuration + alltime = item.recordDuration }) this.alltimeStr = this.getTime(alltime) if(info){ diff --git a/pages/learning/Thefulltext/index2.vue b/pages/learning/Thefulltext/index2.vue index 891b33d..cc3d2d3 100644 --- a/pages/learning/Thefulltext/index2.vue +++ b/pages/learning/Thefulltext/index2.vue @@ -489,7 +489,7 @@ } this.$u.post("/corpus/findByPage", parames).then(res => { if (res && res.length) { - let alltime = 1+res[0].recordDuration; + let alltime = res[0].recordDuration; this.alltimeStr = this.getTime(alltime) if(info.bg!=0){ this.luyinList = res; diff --git a/pages/mine/reception/addreception.vue b/pages/mine/reception/addreception.vue index 7bbfa78..0f4506c 100644 --- a/pages/mine/reception/addreception.vue +++ b/pages/mine/reception/addreception.vue @@ -206,9 +206,7 @@ }) }, baochunfun(){ - const { - dataCode - } = uni.getStorageSync("weapp_session_userInfo_data"); + const { dataCode } = uni.getStorageSync("weapp_session_userInfo_data"); if(this.parames.phone.length==0){ this.parames.phone=null }