江西小程序管理端
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.

29 lines
427 B

1 year ago
  1. <template>
  2. <view class="pageBgImg">
  3. <topNavbar title="个人二维码"></topNavbar>
  4. <view class="pad">
  5. <view class="card">
  6. <view class="qcode">
  7. </view>
  8. </view>
  9. <view class="card">
  10. <user-info/>
  11. </view>
  12. </view>
  13. </view>
  14. </template>
  15. <script>
  16. </script>
  17. <style lang="scss" scoped>
  18. .qcode {
  19. width: 100%;
  20. height: 600rpx;
  21. }
  22. .card {
  23. padding: 28rpx;
  24. margin-bottom: 24rpx;
  25. }
  26. </style>