From 996a13153ea8800c039e2647f30c17dcd51a4fac Mon Sep 17 00:00:00 2001 From: WenShiJun Date: Sat, 30 Mar 2024 16:03:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=9C=AA=E6=98=BE=E7=A4=BA?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=A0=87=E9=A2=98bug=E4=BC=98=E5=8C=96?= =?UTF-8?q?=EF=BC=8C=20=E8=A1=8C=E8=BD=A6=E4=B8=89=E6=A3=80bug=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../driving-inspections/driving-item-list.vue | 33 ++++++++++--------- pages/news/home.vue | 21 +++++++----- 2 files changed, 31 insertions(+), 23 deletions(-) diff --git a/pages/application/driving-inspections/driving-item-list.vue b/pages/application/driving-inspections/driving-item-list.vue index ca48d4a..929a7c6 100644 --- a/pages/application/driving-inspections/driving-item-list.vue +++ b/pages/application/driving-inspections/driving-item-list.vue @@ -6,23 +6,23 @@ - - - - - - + + + + + + {{item.CHECKTYPE_NAME}} - - @@ -87,7 +87,6 @@ }, success: (res) => { if ("success" == res.data.result) { - console.log(res.data,'1111111111111111111111111') uni.hideLoading(); _this.list = res.data.varList; _this.pd = res.data.pd; @@ -102,7 +101,6 @@ } }); }, - //跳转事件 goToList(e) { const index = e.index @@ -157,8 +155,8 @@ } .spot-img { - width: 100upx; - height: 100upx; + width: 50upx; + height: 50upx; } .spot-img image { @@ -174,4 +172,9 @@ margin: 20upx; padding: 20upx; } + + .spot-list .spot-item.active{ + box-shadow: 0 0 10px #dcf7dc; + border: 1px solid #65da99; + } diff --git a/pages/news/home.vue b/pages/news/home.vue index 625c26e..1d0e526 100644 --- a/pages/news/home.vue +++ b/pages/news/home.vue @@ -43,13 +43,11 @@ - {{item.SYNOPSIS}} - {{item.CREATTIME}} @@ -75,12 +73,19 @@ - - {{item.LEVEL}} - - - - + + + 通知标题: + {{item.LEVEL}} + + + {{item.TITLE}} + + + + + + {{item.CREATETIME}}