青蛙卖大米小程序2024-11-24
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.

28 lines
313 B

6 months ago
  1. <template>
  2. <view class="page">
  3. <navbar title="会员"/>
  4. <tabber select="member"/>
  5. </view>
  6. </template>
  7. <script>
  8. import tabber from '@/components/base/tabbar.vue'
  9. export default {
  10. components: {
  11. tabber,
  12. },
  13. data() {
  14. return {
  15. };
  16. }
  17. }
  18. </script>
  19. <style lang="scss">
  20. </style>