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