|
@@ -1,7 +1,7 @@
|
|
<template>
|
|
<template>
|
|
<view class="main">
|
|
<view class="main">
|
|
<view class="user">
|
|
<view class="user">
|
|
- <image :src="user.avatar ? ip + user.avatar : '../../static/favicon.png'" class="head"></image>
|
|
|
|
|
|
+ <image :src="user.avatar ? ip + user.avatar : '../../static/favicon.png'"></image>
|
|
<view class="con" v-if="user.id || user.token">
|
|
<view class="con" v-if="user.id || user.token">
|
|
<view v-if="user.doctor" @click="go('/pages/user/info')">
|
|
<view v-if="user.doctor" @click="go('/pages/user/info')">
|
|
<view class="nickName">{{ user.nickName }}</view>
|
|
<view class="nickName">{{ user.nickName }}</view>
|
|
@@ -24,18 +24,18 @@
|
|
<view class="cmd">
|
|
<view class="cmd">
|
|
<!--医生菜单-->
|
|
<!--医生菜单-->
|
|
<view v-if="user.doctor">
|
|
<view v-if="user.doctor">
|
|
- <view class="s_item" @click="go('/pages/follow/remind')">
|
|
|
|
- <text class="icon ic" style="color: #03a9f4"></text>
|
|
|
|
|
|
+ <view class="s_item" @click="go('/pages/follow/doctor/remind')">
|
|
|
|
+ <text class="icon ic" style="color: #03a9f4"></text>
|
|
<text class="title">复诊提醒</text>
|
|
<text class="title">复诊提醒</text>
|
|
<text class="icon arrow"></text>
|
|
<text class="icon arrow"></text>
|
|
</view>
|
|
</view>
|
|
- <view class="s_item" @click="go('/pages/follow/index')">
|
|
|
|
|
|
+ <view class="s_item" @click="go('/pages/follow/doctor/index')">
|
|
<text class="icon ic" style="color: #607d8b"></text>
|
|
<text class="icon ic" style="color: #607d8b"></text>
|
|
- <text class="title">回访记录</text>
|
|
|
|
|
|
+ <text class="title">随访记录</text>
|
|
<text class="icon arrow"></text>
|
|
<text class="icon arrow"></text>
|
|
</view>
|
|
</view>
|
|
<view class="s_item" @click="go('/pages/knowledge/doctor/index')">
|
|
<view class="s_item" @click="go('/pages/knowledge/doctor/index')">
|
|
- <text class="icon ic" style="color: #FF5722"></text>
|
|
|
|
|
|
+ <text class="icon ic" style="color: #ff5722"></text>
|
|
<text class="title">我的知识库</text>
|
|
<text class="title">我的知识库</text>
|
|
<text class="icon arrow"></text>
|
|
<text class="icon arrow"></text>
|
|
</view>
|
|
</view>
|
|
@@ -49,7 +49,7 @@
|
|
</view>
|
|
</view>
|
|
<view class="s_item" @click="go('/pages/follow/index')">
|
|
<view class="s_item" @click="go('/pages/follow/index')">
|
|
<text class="icon ic" style="color: #607d8b"></text>
|
|
<text class="icon ic" style="color: #607d8b"></text>
|
|
- <text class="title">我的回访</text>
|
|
|
|
|
|
+ <text class="title">我的随访</text>
|
|
<text class="icon arrow"></text>
|
|
<text class="icon arrow"></text>
|
|
</view>
|
|
</view>
|
|
<view class="s_item" @click="go('/pages/visit/index')">
|
|
<view class="s_item" @click="go('/pages/visit/index')">
|