index.wxml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <wxs module="filter" src="../../../wxs/exam-fun.wxs"></wxs>
  2. <view class='userinfo'>
  3. <view class='userinfo-avatar'>
  4. <open-data type="userAvatarUrl"></open-data>
  5. </view>
  6. <view class='userinfo-name'>
  7. <open-data type="userNickName"></open-data>
  8. </view>
  9. </view>
  10. <view>
  11. <i-cell-group i-class="my-group-margin">
  12. <i-cell title="我的文件" is-link>
  13. <i-icon type="mobilephone_fill" slot="icon" size="20" />
  14. </i-cell>
  15. <i-cell title="我的文件" is-link>
  16. <i-icon type="mine_fill" slot="icon" size="20" />
  17. </i-cell>
  18. <i-cell title="申请记录" is-link>
  19. <i-icon type="businesscard_fill" slot="icon" size="20" />
  20. </i-cell>
  21. <i-cell title="我的收藏" >
  22. <i-icon type="setup_fill" slot="icon" size="20" />
  23. </i-cell>
  24. </i-cell-group>
  25. <i-cell-group i-class="my-group-margin" style="margin-top:20rpx" >
  26. <i-cell title="审核文件" >
  27. <i-icon type="setup_fill" slot="icon" size="20" />
  28. </i-cell>
  29. <i-cell title="发布文件" >
  30. <i-icon type="setup_fill" slot="icon" size="20" />
  31. </i-cell>
  32. </i-cell-group>
  33. </view>
  34. <view>
  35. <i-cell-group i-class="my-group-margin">
  36. <i-cell title="退出登入" bind:click="logOut">
  37. <i-icon type="flashlight_fill" slot="icon" size="20" />
  38. </i-cell>
  39. </i-cell-group>
  40. </view>
  41. <view class="copyright">三明住建局内业管理系统</view>
  42. <i-spin size="large" fix wx:if="{{ spinShow }}"></i-spin>
  43. <i-message id="message" />