From 162a2866c6c05df59c8e1fa8f957911b3edc95d0 Mon Sep 17 00:00:00 2001 From: shidongli Date: Mon, 16 Oct 2023 16:03:32 +0800 Subject: [PATCH 1/4] =?UTF-8?q?=E6=9C=8D=E5=8A=A1=E8=AF=84=E4=BB=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/myinformation/myinformation.scss | 19 +- pages/myinformation/myinformation.vue | 11 +- pagesB/SelectItem/SelectItem.vue | 4 +- .../Serviceevaluation/Serviceevaluation.vue | 260 ++++++++++++++++++ static/pagesB/updata.png | Bin 0 -> 4308 bytes 5 files changed, 280 insertions(+), 14 deletions(-) create mode 100644 pagesB/Serviceevaluation/Serviceevaluation.vue create mode 100644 static/pagesB/updata.png diff --git a/pages/myinformation/myinformation.scss b/pages/myinformation/myinformation.scss index c4d88a0..8cf9bdd 100644 --- a/pages/myinformation/myinformation.scss +++ b/pages/myinformation/myinformation.scss @@ -1,10 +1,9 @@ .app { background: #ffffff; - .titles { height: 80rpx; } - + .mask { position: fixed; bottom: 0; @@ -14,27 +13,27 @@ background-color: #6A6A6A; text-align: center; line-height: 68rpx; - + .masktext {} - + .maskcontent { position: absolute; width: 100%; bottom: 120rpx; } - + .add { width: 80%; height: 68rpx; background-color: #ffffff; border-radius: 10rpx; - border: solid 1rpx #60cee3; + border: solid 1rpx #26A888; position: absolute; - color: #60cee3; + color: #26A888; bottom: 50rpx; left: 10%; } - + .p2 { left: 10%; width: 80%; @@ -46,7 +45,7 @@ margin: 0 auto; margin-bottom: 30rpx; } - + .p1 { opacity: 1; color: #ffffff; @@ -220,4 +219,4 @@ height: 100%; } } - } \ No newline at end of file + } diff --git a/pages/myinformation/myinformation.vue b/pages/myinformation/myinformation.vue index 5836f51..ed7e0ed 100644 --- a/pages/myinformation/myinformation.vue +++ b/pages/myinformation/myinformation.vue @@ -109,7 +109,7 @@ 我的预约 - + 服务评价 @@ -304,6 +304,13 @@ this.gologin(); } }, + // 服务评价 + evaluation(){ + uni.navigateTo({ + url: '/pagesB/Serviceevaluation/Serviceevaluation' + }) + + }, //去登陆 gologin() { this.$refs.uToast.show({ @@ -472,4 +479,4 @@ \ No newline at end of file + diff --git a/pagesB/SelectItem/SelectItem.vue b/pagesB/SelectItem/SelectItem.vue index 4bbebb5..9a0a309 100644 --- a/pagesB/SelectItem/SelectItem.vue +++ b/pagesB/SelectItem/SelectItem.vue @@ -1,9 +1,9 @@