1
0
高大威猛 преди 8 месеца
родител
ревизия
f317dc7cd8
променени са 2 файла, в които са добавени 22 реда и са изтрити 0 реда
  1. 12 0
      app/pages.json
  2. 10 0
      app/pages/user/index.vue

+ 12 - 0
app/pages.json

@@ -179,6 +179,18 @@
 			{
 				"navigationBarTitleText" : "选择患者"
 			}
+		},
+		{
+			"path": "pages/visit/doctor/selectUser",
+			"style": {
+				"navigationBarTitleText": "选择患者"
+			}
+		},
+		{
+			"path": "pages/visit/doctor/list",
+			"style": {
+				"navigationBarTitleText": "患者就诊记录"
+			}
 		}
 	],
 	"tabBar": {

+ 10 - 0
app/pages/user/index.vue

@@ -39,6 +39,16 @@
 					<text class="title">我的知识库</text>
 					<text class="icon arrow">&#xe62b;</text>
 				</view>
+				<view class="s_item" @click="go('/pages/visit/doctor/selectUser')">
+					<text class="icon ic" style="color: #03a9f4">&#xe685;</text>
+					<text class="title">就诊记录</text>
+					<text class="icon arrow">&#xe62b;</text>
+				</view>
+				<view class="s_item" @click="go('/pages/detection/index')">
+					<text class="icon ic" style="color: #ff9800">&#xe63a;</text>
+					<text class="title">检测报告</text>
+					<text class="icon arrow">&#xe62b;</text>
+				</view>
 			</view>
 			<!--患者菜单-->
 			<view v-else>