personInfo.wxml 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <!-- <view class='container'> -->
  2. <view class="bj">
  3. <!-- <view class="title">监护对象信息登记</view> -->
  4. </view>
  5. <view class="personxx">
  6. <view class="tx">
  7. <open-data type="userAvatarUrl"></open-data>
  8. </view>
  9. <view class="nc">
  10. <open-data type="userNickName" lang="zh_CN"></open-data>.你好
  11. </view>
  12. <view class="sf">{{sf}}</view>
  13. <!-- <button class="gologin" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">获取手机号</button> -->
  14. </view>
  15. <view class="top-content">
  16. <view class="content" bindtap="goinfo">
  17. <view>
  18. <van-image fit="cover" width="76rpx" height="76rpx" src="/images/person2.png" />
  19. </view>
  20. <view class='right-bpx'>
  21. <view class='big-title'>监护对象信息</view>
  22. <view class="small-title">点击查看监护对象信息</view>
  23. </view>
  24. </view>
  25. <view class="content" bindtap="goMydevice">
  26. <view>
  27. <van-image fit="cover" width="76rpx" height="76rpx" src="/images/person3.png" />
  28. </view>
  29. <view class='right-bpx'>
  30. <view class='big-title'>监护对象设备</view>
  31. <view class="small-title">点击查看绑定设备</view>
  32. </view>
  33. </view>
  34. <view class="content" bindtap="bind">
  35. <view>
  36. <van-image fit="cover" width="76rpx" height="76rpx" src="/images/person1.png" />
  37. </view>
  38. <view class='right-bpx'>
  39. <view class='big-title'>硬件绑定</view>
  40. <view class="small-title">扫一扫</view>
  41. </view>
  42. </view>
  43. <view class="content" bindtap="exitLogin">
  44. <view>
  45. <van-image fit="cover" width="76rpx" height="76rpx" src="/images/person1.png" />
  46. </view>
  47. <view class='right-bpx'>
  48. <view class='big-title'>退出登录</view>
  49. <view class="small-title">切换身份</view>
  50. </view>
  51. </view>
  52. </view>
  53. <van-toast id="van-toast" />
  54. <!-- </view> -->