From 54d53d5634a5923b713fe43ed995fb6cc5e8cbb5 Mon Sep 17 00:00:00 2001 From: chen <2659004835@qq.com> Date: Tue, 23 Aug 2022 17:47:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B6=E9=83=A8=E7=94=B5=E8=AF=9D=EF=BC=8C?= =?UTF-8?q?=E9=A6=96=E9=A1=B5=E5=85=AC=E5=91=8A=EF=BC=8C=E4=B8=AA=E4=BA=BA?= =?UTF-8?q?=E4=B8=AD=E5=BF=83=E6=A0=87=E9=A2=98=EF=BC=8C=E5=AE=9E=E5=90=8D?= =?UTF-8?q?=E8=AE=A4=E8=AF=81=E8=B7=B3=E8=BD=AC=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/notices/notice-one/notice-one.vue | 12 ++++++------ components/status-navs/status-nav-slot.vue | 3 ++- pages/tabbar/my/my.vue | 3 ++- pages/tabbar/pagehome/pagehome.vue | 8 +++++--- 4 files changed, 15 insertions(+), 11 deletions(-) diff --git a/components/notices/notice-one/notice-one.vue b/components/notices/notice-one/notice-one.vue index b3186d2..732e2ee 100644 --- a/components/notices/notice-one/notice-one.vue +++ b/components/notices/notice-one/notice-one.vue @@ -69,20 +69,20 @@ console.log(rect.width); let newWidth = rect.width; if(newWidth <=420) { - this.speedTime = 1; - } - if(newWidth >= 420 && newWidth < 720) { this.speedTime = 2; } - if(newWidth >= 720 && newWidth < 820) { + if(newWidth >= 420 && newWidth < 720) { this.speedTime = 3; } - if(newWidth >= 820 && newWidth < 920) { + if(newWidth >= 720 && newWidth < 820) { this.speedTime = 4; } - if(newWidth >= 920) { + if(newWidth >= 820 && newWidth < 920) { this.speedTime = 5; } + if(newWidth >= 920) { + this.speedTime = 6; + } }).exec() }, methods:{ diff --git a/components/status-navs/status-nav-slot.vue b/components/status-navs/status-nav-slot.vue index f05f447..db9f3b0 100644 --- a/components/status-navs/status-nav-slot.vue +++ b/components/status-navs/status-nav-slot.vue @@ -182,7 +182,8 @@ .return-box i {font-size: 56rpx;} .tab-title{ width: 100%; - font-size: 38rpx; + font-size: 32rpx; + font-weight: bold; display: flex; } .tab-title .title-box{margin-top: -4rpx;} diff --git a/pages/tabbar/my/my.vue b/pages/tabbar/my/my.vue index c3f5f8a..8a3c516 100644 --- a/pages/tabbar/my/my.vue +++ b/pages/tabbar/my/my.vue @@ -31,7 +31,8 @@ {{tel(userInfo.username)}} - {{ifAuthentication ? '已认证' : '未实名认证'}} + 已认证 + 未实名认证 diff --git a/pages/tabbar/pagehome/pagehome.vue b/pages/tabbar/pagehome/pagehome.vue index 7248b10..de1e624 100644 --- a/pages/tabbar/pagehome/pagehome.vue +++ b/pages/tabbar/pagehome/pagehome.vue @@ -133,7 +133,7 @@ - + {{item.num}} {{item.title}} @@ -159,7 +159,7 @@ - + {{item.num}} {{item.title}} @@ -297,12 +297,14 @@ {imgsrc:'/static/public/icon-home-overdueSingle.png',title:'逾期单',num:0,id:101}, // {imgsrc:'/static/public/icon-home-overtime.png',title:'超时单 ',num:0,id:0}, {imgsrc:'/static/public/icon-home-workOrderPool.png',title:'工单池',num:0,id:0}, + // {imgsrc:'/static/public/icon-home-stayCollection.png',title:'已完成',num:0,id:5}, ], // 结算情况 settlementList:[ {imgsrc:'/static/public/icon-home-stayCollection.png',title:'待收款',num:0,id:5}, {imgsrc:'/static/public/icon-home-received.png',title:'已收款',num:0,id:7}, {imgsrc:'/static/public/icon-home-commission.png',title:'佣金',num:0,id:0}, + {imgsrc:'/static/public/icon-home-stayBatch.png',title:'待审批',num:0,id:6}, ], // 待办工单 stayWorkOrderList:[ @@ -497,7 +499,7 @@ let homeObj = res.data; console.log(res,'首页信息查询') this.messageNumber = homeObj.unread_messages;//消息数量 - this.contactPhone = homeObj.contact;//客服联系电话 + this.contactPhone = homeObj.consumer_hotline;//客服联系电话 this.project_count = homeObj.project_count;//项目数量 this.project_error_count = homeObj.project_error_count;//实时工单数量