完善页面
This commit is contained in:
@ -110,7 +110,7 @@
|
||||
<tabBar></tabBar>
|
||||
|
||||
<!-- 公告 -->
|
||||
<Popup :show="noticePopup">
|
||||
<Popup :show="noticePopup" radius="16rpx">
|
||||
<view class="notice-popup">
|
||||
<view class="title">公告</view>
|
||||
<view class="desc">目前仅开放1-2号场地预约,3-6号场地预约敬请期待</view>
|
||||
@ -120,7 +120,7 @@
|
||||
</Popup>
|
||||
|
||||
<!-- 温馨提示 -->
|
||||
<Popup :show="tipsPopup">
|
||||
<Popup :show="tipsPopup" radius="16rpx">
|
||||
<view class="notice-popup">
|
||||
<view class="title">温馨提示</view>
|
||||
<view class="desc">
|
||||
|
||||
Reference in New Issue
Block a user