江西小程序管理端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
211 B

1 year ago
  1. <template>
  2. <view class="pageBgImg">
  3. 预约记录
  4. <UserTab name ='预约记录'></UserTab>
  5. </view>
  6. </template>
  7. <script>
  8. export default {
  9. onShow() {
  10. uni.hideTabBar()
  11. }
  12. }
  13. </script>
  14. <style>
  15. </style>