user.wxml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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="{{avatarRell=='../../img/timg.jpg'}}" open-type="getUserInfo" bindgetuserinfo="getUserInfo">登录</button>
  8. <text>{{phone}}</text>
  9. </view>
  10. </view>
  11. <view>
  12. <div wx:if="{{isPone}}" class="alert" >
  13. <div class="auth">
  14. <div class="apply">
  15. <span class="">需要获取您的手机权限</span>
  16. <p>(请开启手机权限)</p>
  17. </div>
  18. <button class="confirm" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">确认</button>
  19. </div>
  20. </div>
  21. </view>
  22. <!-- 主题 -->
  23. <view class="dier">
  24. <view class="grids">
  25. <view bindtap="woYaoJiaoFei" class="item">
  26. <image src="../../img/1588849503(1).png"/>
  27. <text>我要缴费</text>
  28. </view>
  29. <view bindtap="woYaoBaoXiu" class="item">
  30. <image src="../../img/1588849129(1).png"/>
  31. <text>我要报修</text>
  32. </view>
  33. <view bindtap="jiaoFeiJiLuURL" class="item">
  34. <image src="../../img/1588849331(1).png"/>
  35. <text>缴费记录</text>
  36. </view>
  37. <view bindtap="baoXiuJiLuURL" class="item">
  38. <image src="../../img/1588849223(1).png"/>
  39. <text>报修记录</text>
  40. </view>
  41. <view bindtap="fanChanXinXiURL" class="item">
  42. <image src="../../img/1588919246(1).png"/>
  43. <text>房产信息</text>
  44. </view>
  45. </view>
  46. </view>
  47. <!-- 底部 -->
  48. <view class="diesan">
  49. </view>
  50. </view>