From c5f9f3bf37d0f4cd1d06bff2b9f4f6573b355b7c Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 31 Mar 2023 11:31:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fd/AppPointsReview/AppPointsReview.vue | 51 ++++- src/project/fd/AppPointsReview/detail.vue | 198 +++++++++++++++++- 2 files changed, 236 insertions(+), 13 deletions(-) diff --git a/src/project/fd/AppPointsReview/AppPointsReview.vue b/src/project/fd/AppPointsReview/AppPointsReview.vue index c5296c5b..7a287e09 100644 --- a/src/project/fd/AppPointsReview/AppPointsReview.vue +++ b/src/project/fd/AppPointsReview/AppPointsReview.vue @@ -22,18 +22,18 @@
-
+

事件类型事件类型事件类型事件类型事件类型事件类型

推送精选
-

已推送

+
李进放积分+5
- 审核通过 2023-03-30 09:09 + 审核通过
@@ -42,8 +42,8 @@
李进放积分+5
- 审核通过 2023-03-30 09:09 + 审核通过
@@ -73,6 +73,9 @@ export default { this.getListInit() this.getTotal() }, + toDetail() { + uni.navigateTo({url: `./detail`}) + } }, }; @@ -128,17 +131,19 @@ export default { display: flex; .title { word-break: break-all; - font-size: 30px; - font-weight: 500; - color: #333; - line-height: 34px; text-overflow: -o-ellipsis-lastline; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; line-clamp: 2; - -webkit-box-orient: vertical; + -webkit-box-orient: vertical; + margin-bottom: 16px; + color: #333; + font-size: 32px; + font-weight: 500; + font-family: "PingFang SC"; + line-height: 44px; } .btn { text-align: right; @@ -146,19 +151,43 @@ export default { div { width: 150px; text-align: center; - border-radius: 4px; + border-radius: 8px; line-height: 56px; background: #1365DD; color: #fff; font-size: 28px; } p { - margin-top: 8px; font-size: 28px; color: #666; } } } + .user-name { + font-size: 28px; + color: #666; + line-height: 34px; + margin-bottom: 16px; + span { + margin-left: 32px; + } + } + .time-flex { + display: flex; + justify-content: space-between; + font-size: 28px; + color: #999; + line-height: 34px; + .color-0{ + color: #42D784; + } + .color-1{ + color: #cd413aff; + } + .color-2{ + color: #1365DD; + } + } } } } diff --git a/src/project/fd/AppPointsReview/detail.vue b/src/project/fd/AppPointsReview/detail.vue index df5a3d87..b19782e2 100644 --- a/src/project/fd/AppPointsReview/detail.vue +++ b/src/project/fd/AppPointsReview/detail.vue @@ -1,6 +1,40 @@ @@ -12,19 +46,179 @@ export default { keyword: '', areaId: '', areaName: '', + show: false, + value: '' }; }, onShow() { }, methods: { + confirm() { + + } }, }; \ No newline at end of file