users.wxml 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!--index.wxml-->
  2. <view class="bodyclass">
  3. <!-- 标题 -->
  4. <view class="diyi">
  5. <view bindtap="sp" style="padding-top:50px;text-align:center" class="diyi_yi">
  6. <image class="diyi_er" src="../../img/timg.jpg"></image>
  7. <text>{{logintype}}</text>
  8. </view>
  9. </view>
  10. <!-- 主题 -->
  11. <view class="dier">
  12. <view class="grids">
  13. <view bindtap="woYaoJiaoFei" class="item">
  14. <image src="../../img/1588849503(1).png"/>
  15. <text>我要缴费</text>
  16. </view>
  17. <view bindtap="woYaoBaoXiu" class="item">
  18. <image src="../../img/1588849129(1).png"/>
  19. <text>我要报修</text>
  20. </view>
  21. <view bindtap="jiaoFeiJiLuURL" class="item">
  22. <image src="../../img/1588849331(1).png"/>
  23. <text>缴费记录</text>
  24. </view>
  25. <view bindtap="baoXiuJiLuURL" class="item">
  26. <image src="../../img/1588849223(1).png"/>
  27. <text>报修记录</text>
  28. </view>
  29. <view bindtap="fanChanXinXiURL" class="item">
  30. <image src="../../img/1588919246(1).png"/>
  31. <text>房产信息</text>
  32. </view>
  33. </view>
  34. </view>
  35. <!-- 底部 -->
  36. <view class="diesan">
  37. </view>
  38. </view>