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.

215 lines
7.9 KiB

1 month ago
<view class="page">
4 weeks ago
<view class="page-header">
1 month ago
<pageNavbar drug="{{theme === 'DRUG'}}"></pageNavbar>
<view class="user" wx:if="{{userInfo.UserType!=1}}">
<view class="content">
4 weeks ago
<view class="name">
<text class="high">kola,</text>
晚上好
<image class="icon" src="/images/icon35.png"></image>
</view>
<image class="slogan" src="/images/title2.png"></image>
</view>
<view
wx:if="{{userInfo.UserType>=3}}"
class="day"
style="background: url('/images/bg15.png') no-repeat top center/100%"
>
<view class="d-title">今天是陪伴您</view>
<view class="d-content">
<view class="num">{{userInfo.JoinDays}}</view>
1 month ago
</view>
</view>
</view>
4 weeks ago
<view class="kkd">
<image class="k-item" src="/images/kkd1.png" bind:tap="routerTo" data-url="/pages/doctor/index"></image>
<image class="k-item" src="/images/kkd2.png"></image>
</view>
</view>
<view class="page-container">
<view class="module-title">
<view class="title">我的医生</view>
1 month ago
</view>
<view
class="doctor {{theme === 'DRUG' && 'doctor-drugs'}}"
wx:if="{{userInfo.ExclusiveDoctorId}}"
bind:tap="routerTo"
data-url="/pages/interactivePatient/index"
>
4 weeks ago
<view class="container" style="background: url('/images/bg14.png') no-repeat top center/100% 172rpx">
1 month ago
<view class="avatar">
<image class="a-img" mode="aspectFill" src="{{userInfo.ExclusiveDoctorImg}}" alt=""></image>
4 weeks ago
<image wx:if="{{unreadCount}}" class="icon" src="/images/icon33.png"></image>
1 month ago
</view>
<view class="wrap">
<view class="name-wrap">
<view class="name">
<view class="n-content">{{userInfo.ExclusiveDoctorName}}</view>
<image class="label" src="/images/icon61.png"></image>
1 month ago
</view>
</view>
<view class="content" wx:if="{{unreadCount}}">医生给您留言了,记得查看!</view>
<view class="hostipal" wx:else>
<view class="h-content">{{userInfo.ExclusiveDoctorHospitalName}}</view>
<view
class="tag"
wx:if="{{userInfo.ExclusiveDoctorHospitalClassificationName || userInfo.ExclusiveDoctorHospitalLevelName}}"
>
{{userInfo.ExclusiveDoctorHospitalClassificationName}}{{userInfo.ExclusiveDoctorHospitalLevelName}}
</view>
</view>
</view>
<view class="btn">
4 weeks ago
<image class="icon" src="/images/icon34.png"></image>
1 month ago
</view>
</view>
</view>
4 weeks ago
<view class="module-title">
<view class="title">大咖说</view>
<view class="more" bind:tap="routerTo" data-url="/pages/live/index" data-active="1" data-code="{{card.code}}">
查看更多
<van-icon name="arrow" />
</view>
</view>
<view class="live">
1 month ago
<view
4 weeks ago
class="item"
wx:for="{{liveList}}"
wx:key="index"
bind:tap="routerTo"
data-url="/pages/liveDetail/index?id={{item.Id}}"
1 month ago
data-code="{{card.code}}"
>
4 weeks ago
<view class="photo-wrap">
<image class="photo" src="{{item.PosterUrl}}"></image>
<view class="status {{item.Status == 2 && 'active'}}">
<image wx:if="{{item.Status==2}}" class="icon" src="{{imageUrl}}icon2.png?t={{Timestamp}}"></image>
{{liveStatus[item.Status]}}
1 month ago
</view>
</view>
4 weeks ago
<view class="content">
<view class="name">{{item.Name}}</view>
<view class="labels" wx:if="{{item.doctorName}}">
{{item.doctorName}}{{item.hospitalName ? ' | ' + item.hospitalName : ''}}
1 month ago
</view>
</view>
</view>
4 weeks ago
</view>
<view class="module-title">
<view class="title">了解 IgG4-RD</view>
<view class="more" bind:tap="routerTo" data-url="/pages/repository/index" data-code="{{card.code}}">
查看更多
<van-icon name="arrow" />
1 month ago
</view>
4 weeks ago
</view>
<view class="book" wx:if="{{infoList.length}}">
<swiper
class="swiper"
indicator-active-color="rgba(39, 58, 101, 0.5)"
indicator-color="rgba(39, 58, 101, 0.2)"
indicator-dots="{{infoList.length > 1}}"
>
<swiper-item class="swiper-item" wx:for="{{infoList}}" wx:for-item="info" wx:key="index">
<view class="book-list">
<view class="card" wx:for="{{info}}" wx:key="index">
<view class="cover">
<image class="photo" mode="aspectFill" src="{{item.TitlePicLink}}"></image>
<view class="label">{{item.CateName}}</view>
1 month ago
</view>
<view class="content">
4 weeks ago
<view class="title">{{item.Title}}</view>
<view class="actions">
<view class="action-btn" bind:tap="handleArticleView" data-id="{{item.ArticleId}}">
<image class="action-icon" src="{{imageUrl}}icon-view.png?t={{Timestamp}}"></image>
查看
</view>
<view
class="action-btn"
bind:tap="handleArticleSave"
data-id="{{item.ArticleId}}"
data-saved="{{item.IsSave}}"
>
<image
class="action-icon"
src="{{imageUrl}}{{item.IsSave ? 'icon-saved.png' : 'icon-save.png'}}?t={{Timestamp}}"
></image>
收藏
</view>
1 month ago
</view>
</view>
</view>
</view>
4 weeks ago
</swiper-item>
</swiper>
</view>
1 month ago
</view>
<view
class="reg"
wx:if="{{regGuide && anyWhere && (userInfo.UserType==1 || (userInfo.UserType==2 && userInfo.AuditStatus==0))}}"
bind:tap="handleReg"
>
<text class="blod">注册</text>
后享受全面重症肌无力患者服务
<van-icon name="arrow" />
<image catch:tap="handleRegClose" class="reg-close" src="{{imageUrl}}5/reg-close.png?t={{Timestamp}}"></image>
</view>
<view
class="reg-audit"
wx:elif="{{regGuide && anyWhere && userInfo.UserType==2 && (userInfo.AuditStatus==1 || userInfo.AuditStatus==2 )}}"
bind:tap="handleReg"
>
您的认证正在审核中,审核通过后获取全部服务
<van-icon name="arrow" />
<image catch:tap="handleRegClose" class="reg-close" src="{{imageUrl}}5/reg-close.png?t={{Timestamp}}"></image>
</view>
<view wx:elif="{{!anyWhere && publicCard}}" class="public" bind:tap="handlePublic">
<image class="logo" src="{{imageUrl}}5/logo1.png?t={{Timestamp}}"></image>
<view class="wrap">
<view class="title">关注公众号</view>
<view class="content">重要提醒不丢失~</view>
</view>
<view class="btn">去关注</view>
<image catch:tap="handlePublicClose" class="close" src="{{imageUrl}}5/close1.png?t={{Timestamp}}"></image>
</view>
</view>
<movable-area class="slidearea">
<movable-view
direction="vertical"
x="{{-800}}"
y="{{sliderTop}}"
class="mview"
bind:tap="handleMiniDoctor"
wx:if="{{systemConfig.NrdlActivitySwitch==='1'}}"
>
<image
wx:if="{{userInfo.UserType==3}}"
class="slidebar"
mode="wdithFix"
src="{{imageUrl}}nrdl/home1.gif?t={{Timestamp}}"
></image>
<image
wx:if="{{theme === 'DRUG'}}"
class="slidebar"
mode="wdithFix"
src="{{imageUrl}}nrdl/home2.gif?t={{Timestamp}}"
></image>
</movable-view>
</movable-area>
<!-- <view class="question" bind:tap="handleQuestion"> -->
<!-- <image class="question-img" src="{{imageUrl}}1.5/hoem-question.png?t={{Timestamp}}"></image> -->
<!-- </view> -->
<toast
bind:cancel="handleToastCancel"
bind:ok="handleToastOk"
show="{{toastShow}}"
type="{{toastType}}"
params="{{toastParams}}"
></toast>
<referralFrom model:show="{{referralFromShow}}"></referralFrom>