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}}