uni-events-helper-wx
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.

30 lines
366 B

3 years ago
  1. <template>
  2. <view>
  3. <view class="bg-white padding">
  4. <view class="text-xl text-center">我的
  5. </view>
  6. </view>
  7. </view>
  8. </template>
  9. <script>
  10. export default {
  11. components: {},
  12. data() {
  13. return {
  14. };
  15. },
  16. onShow() {
  17. //加载
  18. },
  19. onLoad() {
  20. },
  21. methods: {
  22. }
  23. }
  24. </script>
  25. <style lang="scss" scoped>
  26. </style>