index.wxml 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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 wx:if="{{profile1List2[0].center}}" class="num">{{profile1List2[0].user.mobile}} | {{profile1List2[0].center.name}}</view>
  18. <view wx:if="{{!profile1List2[0].center}}" class="num">暂未认证</view>
  19. </view>
  20. </view>
  21. <view class="picbox">
  22. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/k17mbg095037093.png"></image>
  23. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/dkebge095058533.png" data-url="../../pages/my/my-profile/index" bindtap="gourl2" data-type="完善资料"></image>
  24. </view>
  25. </view>
  26. <view class="infobox">
  27. <view class="info">
  28. <view class="info-num">{{circlecount}}</view>
  29. <view class="info-tex">动态</view>
  30. </view>
  31. <view class="info">
  32. <view class="info-num">0</view>
  33. <view class="info-tex">积分</view>
  34. </view>
  35. <view class="info">
  36. <view class="info-num">{{likesCount}}</view>
  37. <view class="info-tex">点赞</view>
  38. </view>
  39. </view>
  40. <view class="textbox">
  41. <view class="text1box">
  42. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  43. <view class="text1">我的路线</view>
  44. <van-icon name="arrow" size='30rpx' />
  45. </view>
  46. <view class="text1box" bindtap="gourl" data-url="../../pages/circle/my-circle/index">
  47. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  48. <view class="text1">我的动态</view>
  49. <van-icon name="arrow" size='30rpx' />
  50. </view>
  51. <view class="text1box" data-url="../../pages/my/my-profile/index" data-type="资料认证" bindtap="gourl2">
  52. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  53. <view class="text1">资料认证</view>
  54. <van-icon name="arrow" size='30rpx' />
  55. </view>
  56. <view class="text1box" bindtap="gourl" data-url="../../pages/my/feedback/index">
  57. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  58. <view class="text1">问题反馈</view>
  59. <van-icon name="arrow" size='30rpx' />
  60. </view>
  61. <view class="text1box">
  62. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  63. <view class="text1">隐私协议</view>
  64. <van-icon name="arrow" size='30rpx' />
  65. </view>
  66. <view class="text1box">
  67. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  68. <view class="text1">退出登录</view>
  69. <van-icon name="arrow" size='30rpx' />
  70. </view>
  71. </view>
  72. </view>