From 8b1c94b806436b14a0019b9a1c0e50a71b8b1171 Mon Sep 17 00:00:00 2001 From: limqhz <540344226@qq.com> Date: Wed, 22 May 2024 22:00:03 +0800 Subject: [PATCH] =?UTF-8?q?202404=20=E8=B6=B3=E7=90=83=E9=A2=84=E5=AE=9A?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=9F=A5=E7=9C=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/myBookings/index.wxml | 2 +- pages/myEnterBook/index.js | 5 ++++- pages/myEnterBook/index.wxml | 17 +++++++++++++---- pages/myEnterBook/index.wxss | 9 ++++++++- 4 files changed, 26 insertions(+), 7 deletions(-) diff --git a/pages/myBookings/index.wxml b/pages/myBookings/index.wxml index 71d3600..fc48db8 100644 --- a/pages/myBookings/index.wxml +++ b/pages/myBookings/index.wxml @@ -57,7 +57,7 @@ 取消预约 - 我要进场 + 预定详情 我要签到 diff --git a/pages/myEnterBook/index.js b/pages/myEnterBook/index.js index 48f5ae8..3b92f95 100644 --- a/pages/myEnterBook/index.js +++ b/pages/myEnterBook/index.js @@ -76,7 +76,10 @@ Page({ }, openDoor(){ - + wx.showToast({ + title:'开门成功', + icon : "success" + }) }, // 获取数据 diff --git a/pages/myEnterBook/index.wxml b/pages/myEnterBook/index.wxml index 7f15011..fa53aa4 100644 --- a/pages/myEnterBook/index.wxml +++ b/pages/myEnterBook/index.wxml @@ -12,6 +12,14 @@ {{memberLessonTicket.lessonname}} --> + + + 预定人昵称:{{memberLessonTicket.nickname}} + + + + 预定人联系方式:{{memberLessonTicket.mobile}} + {{memberLessonTicket.date}} {{memberLessonTicket.startTime}} ~ {{memberLessonTicket.endTime}} @@ -25,12 +33,12 @@ - ---预定人员列表--- + ---报名人员列表--- - - {{item.memberName}} + + {{item.memberName}} {{item.mine ? "(我)":""}} {{item.mobile}} @@ -39,7 +47,8 @@ - 开门 + + 开门 diff --git a/pages/myEnterBook/index.wxss b/pages/myEnterBook/index.wxss index abed616..3cc4e9d 100644 --- a/pages/myEnterBook/index.wxss +++ b/pages/myEnterBook/index.wxss @@ -112,9 +112,16 @@ line-height: 100rpx; } -.footer-btn.isActive { +.footer-btn.invite { + background: none; + color: #ffda2e; + border: 5rpx solid #6e602f; +} + +.footer-btn.opendoor { background: #ffda2e; } + .side-line { flex: 1; color: #fff;