From 0e2d77250e514076376e56b9277e43f9f4440896 Mon Sep 17 00:00:00 2001 From: dd3s_206 Date: Mon, 1 Jun 2026 17:16:51 +0800 Subject: [PATCH] =?UTF-8?q?h5=E6=89=8B=E6=9C=BA=E7=AB=AF-=E5=93=81?= =?UTF-8?q?=E7=89=8C=E6=B4=BB=E5=8A=A8=EF=BC=9A=E5=B7=B2=E6=8A=A5=E5=90=8D?= =?UTF-8?q?=E5=90=8E=E6=98=BE=E7=A4=BA=E5=BE=AE=E4=BF=A1=E4=BA=8C=E7=BB=B4?= =?UTF-8?q?=E7=A0=81=E5=BC=B9=E5=87=BA=E6=8C=89=E9=92=AE=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../views/mobile/train/trainInfo.html | 74 ++++++++++++++----- 1 file changed, 57 insertions(+), 17 deletions(-) diff --git a/src/main/resources/views/mobile/train/trainInfo.html b/src/main/resources/views/mobile/train/trainInfo.html index b2f79e7..a239f65 100644 --- a/src/main/resources/views/mobile/train/trainInfo.html +++ b/src/main/resources/views/mobile/train/trainInfo.html @@ -164,6 +164,24 @@ layout("/mobile/platform.html"){ color: #666666; } + .course-action { + margin-top: 10px; + padding-top: 10px; + border-top: 1px solid #ebedf0; + display: flex; + justify-content: flex-end; + align-items: center; + } + + .course-action .van-button { + min-width: 96px; + height: 28px; + } + + .course-action .van-button + .van-button { + margin-left: 12px; + } +
@@ -240,24 +258,28 @@ layout("/mobile/platform.html"){ {{o.courseTimeName}}
-
- 点我查看微信群二维码 -
- - 我要报名 - +
+ + 我要报名 + - - 取消报名 - + + 微信群二维码 + + + + 取消报名 + +
0 ? wechat[0].id : '' + } + return wechat.id + }, + showWechatQrCode() { + const id = this.getWechatFileId() + if (!id) { + vant.Toast('暂无微信群二维码') + return + } + this.showPic(FILE_DOMAIN + '/fileStreamPreview?id=' + id) + }, findTime(o) { const today = moment().format('YYYY-MM-DD') return o.courseStartTime.substr(0, 10) === today