You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

24 lines
1.4 KiB

<view class="page" id="{{theme === 'DRUG' && 'drug-page'}}">
<navBar back bind:back="handleBack" fixed title="我的亲友"></navBar>
<image class="bg" mode="widthFix" src="{{imageUrl}}1/my-bg.png?t={{Timestamp}}"></image>
<view class="page-container">
<view class="container">
<image class="author" mode="aspectFill" src="{{mpInfo.Avatar}}"></image>
<!-- <view class="name" wx:if="{{mpInfo.RelationType == 1}}">{{mpInfo.PatientName}}</view> -->
<!-- <view class="name" wx:else>我是{{mpInfo.PatientName}}亲友</view> -->
<view class="name" wx:if="{{mpInfo.RelationType == 1}}">我是ID:{{mpInfo.PatientId}}</view>
<view class="name" wx:else>我是ID:{{mpInfo.PatientId}}亲友</view>
<view class="title">邀请你和我绑定亲友号</view>
<view class="content">扫码绑定亲友号后,多个亲友号的ADL测评都将展示{{mpInfo.PatientName}}的健康数据</view>
<van-image custom-class="code" mode="aspectFill" use-loading-slot src="{{qrCode}}" show-menu-by-longpress>
<van-loading slot="loading" type="spinner" size="20" vertical />
</van-image>
<view class="tip">请使用微信扫一扫绑定</view>
</view>
<view bind:tap="routerTo" class="link" data-url="/pages/familyList/index">
查看我的家庭成员
<van-icon name="arrow" />
</view>
<view class="num">还能绑定{{mpInfo.LeftBindNum || 0}}个人</view>
</view>
</view>