user.wxml 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  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="{{avatarRell}}"></image>
  7. <button size="mini" style='display:inline-block;width:150rpx;background-color:#298DF7;color:#FFF;font-size:30rpx;' wx:if="{{isLogin}}" open-type="getUserInfo" bindgetuserinfo="getUserInfo">登录</button>
  8. <text>{{nickName}}</text>
  9. <text>{{phone}}</text>
  10. </view>
  11. </view>
  12. <view>
  13. <div wx:if="{{isPone}}" class="alert" >
  14. <div class="auth">
  15. <div class="apply">
  16. <span class="">需要获取您的手机权限</span>
  17. <p>(请开启手机权限)</p>
  18. </div>
  19. <button class="confirm" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">确认</button>
  20. </div>
  21. </div>
  22. </view>
  23. <!-- 主题 -->
  24. <view class="dier">
  25. <view class="grids">
  26. <view bindtap="woYaoJiaoFei" class="item">
  27. <image src="{{imgUrl}}1588849503(1).png"/>
  28. <text>我要缴费</text>
  29. </view>
  30. <view bindtap="woYaoBaoXiu" class="item">
  31. <image src="{{imgUrl}}1588849129(1).png"/>
  32. <text>我要报修</text>
  33. </view>
  34. <view bindtap="woYaoTousu" class="item">
  35. <image src="{{imgUrl}}1588849129(1).png"/>
  36. <text>我要投诉</text>
  37. </view>
  38. <view bindtap="jiaoFeiJiLuURL" class="item">
  39. <image src="{{imgUrl}}1588849331(1).png"/>
  40. <text>缴费记录</text>
  41. </view>
  42. <view bindtap="baoXiuJiLuURL" class="item">
  43. <image src="{{imgUrl}}1588849223(1).png"/>
  44. <text>报修记录</text>
  45. </view>
  46. <view bindtap="tousuJiLuURL" class="item">
  47. <image src="{{imgUrl}}1588849223(1).png"/>
  48. <text>投诉记录</text>
  49. </view>
  50. <view bindtap="fanChanXinXiURL" class="item">
  51. <image src="{{imgUrl}}1588919246(1).png"/>
  52. <text>房产信息</text>
  53. </view>
  54. </view>
  55. </view>
  56. <!-- 底部 -->
  57. <view class="diesan">
  58. </view>
  59. </view>