1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- <!-- <view class='container'> -->
- <view class="bj">
- <!-- <view class="title">监护对象信息登记</view> -->
- </view>
- <view class="personxx">
- <view class="tx">
- <open-data type="userAvatarUrl"></open-data>
- </view>
- <view class="nc">
- <open-data type="userNickName" lang="zh_CN"></open-data>.你好
- </view>
- <view class="sf">{{sf}}</view>
- <!-- <button class="gologin" open-type="getPhoneNumber" bindgetphonenumber="getPhoneNumber">获取手机号</button> -->
- </view>
- <view class="top-content">
- <view class="content" bindtap="goinfo">
- <view>
- <van-image fit="cover" width="76rpx" height="76rpx" src="/images/person2.png" />
- </view>
- <view class='right-bpx'>
- <view class='big-title'>监护对象信息</view>
- <view class="small-title">点击查看监护对象信息</view>
- </view>
- </view>
- <view class="content" bindtap="goMydevice">
- <view>
- <van-image fit="cover" width="76rpx" height="76rpx" src="/images/person3.png" />
- </view>
- <view class='right-bpx'>
- <view class='big-title'>监护对象设备</view>
- <view class="small-title">点击查看绑定设备</view>
- </view>
- </view>
- <view class="content" bindtap="bind">
- <view>
- <van-image fit="cover" width="76rpx" height="76rpx" src="/images/person1.png" />
- </view>
- <view class='right-bpx'>
- <view class='big-title'>硬件绑定</view>
- <view class="small-title">扫一扫</view>
- </view>
- </view>
- <view class="content" bindtap="exitLogin">
- <view>
- <van-image fit="cover" width="76rpx" height="76rpx" src="/images/person1.png" />
- </view>
- <view class='right-bpx'>
- <view class='big-title'>退出登录</view>
- <view class="small-title">切换身份</view>
- </view>
- </view>
- </view>
- <van-toast id="van-toast" />
- <!-- </view> -->
|