index.wxml 3.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. <!--nova-werun/components/my/index.wxml-->
  2. <view class="all" style="height: {{screenHeight}}rpx;">
  3. <view class="navbox" style="height: {{navheight}}rpx;">
  4. <view class="nav">
  5. <view class="nav-title">步小圈</view>
  6. </view>
  7. </view>
  8. <view class="perxonalbox">
  9. <image class="avatar" src="{{User1List[0].avatar||'https://file-cloud.fmode.cn/qpFbRRSZrO/20241120/63c55i022235020.png?imageView2/1/w/200/h/200'}}" mode="scaleToFill"></image>
  10. <view class="namebox">
  11. <view class="name">{{User1List[0].nickname}}</view>
  12. <!-- <view class="databox" data-url="../../pages/my/my-profile/index" bindtap="gourl">
  13. <view class="data">完善资料</view>
  14. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241120/1ssc1a102512989.png?imageView2/1/w/200/h/200"></image>
  15. </view> -->
  16. <view class="numberbox">
  17. <view class="num">{{profile1List2[0].user.mobile}} | {{profile1List2[0].department.name}}{{profile1List2[0].center.name}}</view>
  18. </view>
  19. </view>
  20. <view class="picbox">
  21. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/k17mbg095037093.png"></image>
  22. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/dkebge095058533.png"></image>
  23. </view>
  24. </view>
  25. <view class="infobox">
  26. <view class="info">
  27. <view class="info-num">{{circlecount}}</view>
  28. <view class="info-tex">动态</view>
  29. </view>
  30. <view class="info">
  31. <view class="info-num">0</view>
  32. <view class="info-tex">粉丝</view>
  33. </view>
  34. <view class="info">
  35. <view class="info-num">{{likesCount}}</view>
  36. <view class="info-tex">点赞</view>
  37. </view>
  38. </view>
  39. <view class="textbox">
  40. <view class="text1box">
  41. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  42. <view class="text1">我的路线</view>
  43. <van-icon name="arrow" size='30rpx' />
  44. </view>
  45. <view class="text1box" bindtap="gourl" data-url="../../pages/circle/my-circle/index">
  46. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  47. <view class="text1">我的动态</view>
  48. <van-icon name="arrow" size='30rpx' />
  49. </view>
  50. <view class="text1box">
  51. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  52. <view class="text1">资料认证</view>
  53. <van-icon name="arrow" size='30rpx' />
  54. </view>
  55. <view class="text1box">
  56. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  57. <view class="text1">问题反馈</view>
  58. <van-icon name="arrow" size='30rpx' />
  59. </view>
  60. <view class="text1box">
  61. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  62. <view class="text1">隐私协议</view>
  63. <van-icon name="arrow" size='30rpx' />
  64. </view>
  65. <view class="text1box">
  66. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  67. <view class="text1">退出登录</view>
  68. <van-icon name="arrow" size='30rpx' />
  69. </view>
  70. </view>
  71. </view>