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.
150 lines
5.6 KiB
150 lines
5.6 KiB
<view class="page" style="{{theme === 'DRUG'?'--name:#24d8c8':'--name:#e04775'}}"> |
|
<navBar color="#364E9E" fixed title="" home="{{false}}"></navBar> |
|
<image class="bg" src="{{imageUrl}}1/my-bg.png?t={{Timestamp}}"></image> |
|
<view class="page-container"> |
|
<view class="banner" style="margin-top:{{bottom+26}}px"> |
|
<view class="user"> |
|
<image |
|
class="avatar" |
|
mode="aspectFill" |
|
src="{{userInfo.UserImg}}" |
|
bind:tap="routerTo" |
|
data-url="/pages/getUserInfo/index" |
|
></image> |
|
<view class="inner"> |
|
<!-- <view class="name">Hi,{{userInfo.PatientName}}{{userInfo.RelationType== 2 ? '亲友':''}}</view> --> |
|
<view class="name">{{today}}</view> |
|
<!-- ignore-prettier --> |
|
<view class="tip" wx:if="{{userInfo.UserType>=3}}"> |
|
重症肌无力加油站已伴您走过 |
|
<text class="day">{{userInfo.JoinDays}}</text> |
|
天 |
|
</view> |
|
</view> |
|
</view> |
|
<view class="options" wx:if="{{selfScore.PatientScoreSwitch==='1'}}"> |
|
<view class="option"> |
|
<image class="icon" style="width: 56rpx; height: 54rpx" src="{{imageUrl}}2/money.png?t={{Timestamp}}"></image> |
|
<view class="wrap"> |
|
<view class="title"> |
|
{{selfScore.score}} |
|
<text class="sub">能量</text> |
|
</view> |
|
<view class="content"> |
|
<view bind:tap="routerTo" data-url="/gift/pages/priceDetail/index">能量明细</view> |
|
<text class="line"></text> |
|
<view bind:tap="routerTo" data-url="/gift/pages/scoreRule/index">能量规则</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="ver-line"></view> |
|
<view |
|
class="option" |
|
style="width: 54rpx; height: 60rpx" |
|
bind:tap="routerTo" |
|
data-url="/gift/pages/giftList/index" |
|
> |
|
<image |
|
class="icon" |
|
src="{{imageUrl}}2/gift{{theme === 'DRUG' ? '-drug' : ''}}.png?t={{Timestamp}}" |
|
></image> |
|
<view class="wrap"> |
|
<view class="title">礼品中心</view> |
|
<view class="content gift">能量兑换丰厚礼品</view> |
|
</view> |
|
</view> |
|
</view> |
|
<view class="notice" wx:if="{{selfScore.expire.expireStatus===1}}"> |
|
<image class="icon" src="{{imageUrl}}2/notice.png?t={{Timestamp}}"></image> |
|
你有{{selfScore.expire.expireScore}}能量将于6月31日过期 |
|
</view> |
|
</view> |
|
<view class="common-operations"> |
|
<view bind:tap="handleMyHealthRecord" class="item" data-url="/gift/pages/myHealthRecord/index"> |
|
<image |
|
class="icon" |
|
src="{{imageUrl}}{{theme === 'DRUG'?1.5:1}}/my-common-icon1.png?t={{Timestamp}}" |
|
></image> |
|
<view class="name">健康档案</view> |
|
</view> |
|
<view bind:tap="routerTo" class="item" data-url="/pages/mySave/index"> |
|
<image |
|
class="icon" |
|
src="{{imageUrl}}{{theme === 'DRUG'?1.5:1}}/my-common-icon2.png?t={{Timestamp}}" |
|
></image> |
|
<view class="name">我的收藏</view> |
|
</view> |
|
</view> |
|
<view class="options-list"> |
|
<view bind:tap="routerTo" class="row" data-url="/pages/myLive/index"> |
|
<view class="col"> |
|
<image |
|
class="icon" |
|
src="{{imageUrl}}{{theme === 'DRUG'?1.5:1}}/my-list-icon1.png?t={{Timestamp}}" |
|
></image> |
|
我报名的会议 |
|
</view> |
|
<view class="more"> |
|
<van-icon name="arrow" /> |
|
</view> |
|
</view> |
|
<view bind:tap="handleFamily" class="row" data-url="/pages/family/index"> |
|
<view class="col"> |
|
<image |
|
class="icon" |
|
src="{{imageUrl}}{{theme === 'DRUG'?1.5:1}}/my-list-icon2.png?t={{Timestamp}}" |
|
></image> |
|
我的亲友 |
|
</view> |
|
<view class="more"> |
|
<van-icon name="arrow" /> |
|
</view> |
|
</view> |
|
<view bind:tap="routerTo" class="row" data-url="/pages/personalInformation/index"> |
|
<view class="col"> |
|
<image |
|
class="icon" |
|
src="{{imageUrl}}{{theme === 'DRUG'?1.5:1}}/my-list-icon3.png?t={{Timestamp}}" |
|
></image> |
|
个人信息 |
|
</view> |
|
<view class="more"> |
|
<van-icon name="arrow" /> |
|
</view> |
|
</view> |
|
<view bind:tap="routerTo" class="row" data-url="/pages/storyList/index"> |
|
<view class="col"> |
|
<image |
|
class="icon" |
|
src="{{imageUrl}}{{theme === 'DRUG'?1.5:1}}/my-list-icon4.png?t={{Timestamp}}" |
|
></image> |
|
我的故事 |
|
</view> |
|
<view class="more"> |
|
<van-icon name="arrow" /> |
|
</view> |
|
</view> |
|
<!-- <view bind:tap="handleMiniDoctor" wx:if="{{userInfo.UserType<4}}" class="row"> --> |
|
<!-- <view class="col"> --> |
|
<!-- <image class="icon icon1" src="{{imageUrl}}1.5/my-list-icon5.png?t={{Timestamp}}"></image> --> |
|
<!-- “有力人生”专属服务 --> |
|
<!-- </view> --> |
|
<!-- <view class="more"> --> |
|
<!-- <van-icon name="arrow" /> --> |
|
<!-- </view> --> |
|
<!-- </view> --> |
|
<view class="row"> |
|
<view class="col"> |
|
<image |
|
class="icon" |
|
src="{{imageUrl}}{{theme === 'DRUG'?1.5:1}}/my-list-icon4.png?t={{Timestamp}}" |
|
></image> |
|
ADL提醒 |
|
</view> |
|
<view class="more"> |
|
<van-switch checked="{{userInfo.AdlNotifySwitch==1}}" size="20px" bind:change="handleAdlChaneg"></van-switch> |
|
</view> |
|
</view> |
|
</view> |
|
</view> |
|
</view>
|
|
|