user.wxml 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  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="jiaoFeiJiLuURL" class="item">
  35. <image src="{{imgUrl}}1588849331(1).png"/>
  36. <text>缴费记录</text>
  37. </view>
  38. <view bindtap="baoXiuJiLuURL" class="item">
  39. <image src="{{imgUrl}}1588849223(1).png"/>
  40. <text>报修记录</text>
  41. </view>
  42. <view bindtap="fanChanXinXiURL" class="item">
  43. <image src="{{imgUrl}}1588919246(1).png"/>
  44. <text>房产信息</text>
  45. </view>
  46. </view>
  47. </view>
  48. <!-- 底部 -->
  49. <view class="diesan">
  50. </view>
  51. </view>