202404 足球预定列表查看

This commit is contained in:
2024-05-22 22:00:03 +08:00
parent 07e1ed7153
commit 8b1c94b806
4 changed files with 26 additions and 7 deletions

View File

@@ -57,7 +57,7 @@
<view class='footer-btn ' bindtap='cancelBooking'>取消预约</view>
<!-- 如果是足球,则展示入场按钮 -->
<!-- {{isSignIn ? "isActive" : ""}} -->
<view wx:if="{{memberLessonTicket.venueLesson.venueType == 3}}" class='footer-btn isActive' bindtap='enterJoin'>我要进场</view>
<view wx:if="{{memberLessonTicket.venueLesson.venueType == 3}}" class='footer-btn isActive' bindtap='enterJoin'>预定详情</view>
<view wx:else class='footer-btn isActive' bindtap='signIn'>我要签到</view>
</view>
</view>