index.wxml 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. <button style="background: none;" open-type="contact">
  23. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/k17mbg095037093.png"></image>
  24. </button>
  25. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/dkebge095058533.png" data-url="../../pages/my/my-profile/index" bindtap="gourl2" data-type="完善资料"></image>
  26. </view>
  27. </view>
  28. <view class="infobox">
  29. <view class="info">
  30. <view class="info-num">{{circlecount}}</view>
  31. <view class="info-tex">动态</view>
  32. </view>
  33. <view class="info">
  34. <view class="info-num">{{meChick}}</view>
  35. <view class="info-tex">打卡</view>
  36. </view>
  37. <view class="info">
  38. <view class="info-num">{{likesCount}}</view>
  39. <view class="info-tex">点赞</view>
  40. </view>
  41. </view>
  42. <view class="textbox">
  43. <view class="text1box" bindtap="gourl" data-url="/nova-werun/pages/my/my-way/index">
  44. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  45. <view class="text1">我的路线</view>
  46. <van-icon name="arrow" size='30rpx' />
  47. </view>
  48. <view class="text1box" bindtap="gourl" data-url="../../pages/circle/my-circle/index">
  49. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  50. <view class="text1">我的动态</view>
  51. <van-icon name="arrow" size='30rpx' />
  52. </view>
  53. <view class="text1box" data-url="../../pages/my/my-profile/index" data-type="资料认证" bindtap="gourl2">
  54. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  55. <view class="text1">资料认证</view>
  56. <van-icon name="arrow" size='30rpx' />
  57. </view>
  58. <view class="text1box" bindtap="gourl" data-url="../../pages/my/feedback/index">
  59. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  60. <view class="text1">问题反馈</view>
  61. <van-icon name="arrow" size='30rpx' />
  62. </view>
  63. <view class="text1box" bind:tap="openFile">
  64. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  65. <view class="text1">隐私协议</view>
  66. <van-icon name="arrow" size='30rpx' />
  67. </view>
  68. <view class="text1box" bind:tap="outLogin">
  69. <image src="https://file-cloud.fmode.cn/qpFbRRSZrO/20241225/rpfahq101147971.png"></image>
  70. <view class="text1">退出登录</view>
  71. <van-icon name="arrow" size='30rpx' />
  72. </view>
  73. </view>
  74. </view>