猫妈狗爸伴宠师小程序前端代码
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.

44 lines
1.1 KiB

  1. <template>
  2. <view class="bind-user">
  3. <view class="bind-user-header">
  4. <view class="flex mb28">
  5. <up-image width="120rpx" height="120rpx" src="https://cdn.uviewui.com/uview/album/1.jpg"
  6. shape="circle"></up-image>
  7. <view class="header-name">
  8. <view class="font32 mb20">微信用户</view>
  9. <view class="flex font24">
  10. <view>当前分成比例
  11. <text>25%</text>
  12. </view>
  13. <view>晋级后分成比例
  14. <text>30%</text>
  15. </view>
  16. </view>
  17. </view>
  18. </view>
  19. </view>
  20. <view class="bind-main">
  21. <view class="bind-main-content">
  22. <view class="bind-main-list">
  23. <up-empty
  24. mode="list"
  25. width="300px"
  26. height="300px"
  27. icon="http://cdn.uviewui.com/uview/empty/car.png"
  28. />
  29. </view>
  30. </view>
  31. </view>
  32. </view>
  33. </template>
  34. <script setup>
  35. import {ref} from "vue";
  36. const code = ref('asdasaadsdsa')
  37. const url = ref('https://uview-plus.jiangruyi.com/components/button.html')
  38. </script>
  39. <style scoped lang="scss">
  40. @import "index";
  41. </style>