瑶都万能墙
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.

38 lines
629 B

8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
8 months ago
  1. <template>
  2. <view class="page">
  3. <image src="https://cdn.uviewui.com/uview/swiper/swiper3.png"
  4. style="w100p"
  5. mode="widthFix"></image>
  6. <PrivacyAgreementPoup/>
  7. <tabber select="0"/>
  8. </view>
  9. </template>
  10. <script>
  11. import PrivacyAgreementPoup from '@/components/config/PrivacyAgreementPoup.vue'
  12. import tabber from '@/components/base/tabbar.vue'
  13. import mixinsList from '@/mixins/list.js'
  14. export default {
  15. mixins : [mixinsList],
  16. components : {
  17. tabber,
  18. PrivacyAgreementPoup,
  19. },
  20. data() {
  21. return {
  22. }
  23. },
  24. computed : {
  25. },
  26. methods: {
  27. }
  28. }
  29. </script>
  30. <style scoped lang="scss">
  31. </style>