优化内容+修复bug
This commit is contained in:
@@ -188,6 +188,7 @@
|
||||
<view class="modal-body">
|
||||
<view>{{navTitle}}</view>
|
||||
<view class="modal-tip">报名后请按时参加活动</view>
|
||||
<view class="modal-tip-second"> 报名成功后在活动时间内不能取消报名</view>
|
||||
</view>
|
||||
<view class="modal-footer">
|
||||
<view class="modal-btn cancel" @tap="hideSignupModal">取消</view>
|
||||
@@ -202,7 +203,7 @@
|
||||
<view class="modal-header">取消报名</view>
|
||||
<view class="modal-body">
|
||||
<view>{{navTitle}}</view>
|
||||
<view class="modal-tip">取消后如需参加需重新报名</view>
|
||||
<view class="modal-tip">取消后如需参加请在规定时间内重新报名</view>
|
||||
</view>
|
||||
<view class="modal-footer">
|
||||
<view class="modal-btn cancel" @tap="hideCancelModal">再想想</view>
|
||||
@@ -858,6 +859,11 @@ const showToastMessage = (message) => {
|
||||
color: #999;
|
||||
margin-top: 20rpx;
|
||||
}
|
||||
.modal-tip-second{
|
||||
font-size: 24rpx;
|
||||
color: #999;
|
||||
margin-top: 10rpx;
|
||||
}
|
||||
|
||||
.modal-footer {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user