|
|
|
@ -24,15 +24,16 @@ |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="item" bind:tap="handlePatient" data-type="3" data-name="{{detail.yr}}年激活患者"> |
|
|
|
<view class="item" bind:tap="handlePatient" data-type="2" data-name="当月邀约"> |
|
|
|
<image class="icon" src="{{imageUrl}}icon54.png?t={{Timestamp}}"></image> |
|
|
|
<image class="icon" src="{{imageUrl}}icon54.png?t={{Timestamp}}"></image> |
|
|
|
<view class="wrap"> |
|
|
|
<view class="wrap"> |
|
|
|
<view class="title"> |
|
|
|
<view class="title"> |
|
|
|
{{detail.yr}}年激活 |
|
|
|
当月邀约 |
|
|
|
<van-icon catch:tap="handleQuestion" data-id="2" name="question" color="rgba(33, 33, 32, 0.30)" /> |
|
|
|
<van-icon catch:tap="handleQuestion" data-id="2" name="question" color="rgba(33, 33, 32, 0.30)" /> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<view class="num"> |
|
|
|
<view class="num"> |
|
|
|
{{detail.YearActivePCount}} |
|
|
|
{{detail.MonthInvitePCount}} |
|
|
|
|
|
|
|
|
|
|
|
<text class="sub">人</text> |
|
|
|
<text class="sub">人</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|