diff --git a/src/doctor/pages/articleList/index.wxml b/src/doctor/pages/articleList/index.wxml
index 5de9afd..5c17194 100644
--- a/src/doctor/pages/articleList/index.wxml
+++ b/src/doctor/pages/articleList/index.wxml
@@ -41,7 +41,7 @@
-
+
diff --git a/src/doctor/pages/home/index.json b/src/doctor/pages/home/index.json
index 45cde5d..4d1065a 100644
--- a/src/doctor/pages/home/index.json
+++ b/src/doctor/pages/home/index.json
@@ -4,6 +4,7 @@
"usingComponents": {
"navbar": "../../../components/navbar/index",
"doctor-tab-bar": "/doctor/components/doctor-tab-bar/index",
- "ec-canvas": "/components/ec-canvas/ec-canvas"
+ "ec-canvas": "/components/ec-canvas/ec-canvas",
+ "van-empty": "@vant/weapp/empty/index"
}
}
diff --git a/src/doctor/pages/home/index.scss b/src/doctor/pages/home/index.scss
index cdc43af..a70c7e1 100644
--- a/src/doctor/pages/home/index.scss
+++ b/src/doctor/pages/home/index.scss
@@ -412,6 +412,10 @@ page {
width: 100%;
height: 546rpx;
box-sizing: border-box;
+
+ .hide {
+ display: none;
+ }
}
.more {
padding: 20rpx 0 0;
diff --git a/src/doctor/pages/home/index.wxml b/src/doctor/pages/home/index.wxml
index 88cf885..b07ad18 100644
--- a/src/doctor/pages/home/index.wxml
+++ b/src/doctor/pages/home/index.wxml
@@ -172,7 +172,8 @@
-
+
+
查看明细
diff --git a/src/doctor/pages/loginForm/index.wxml b/src/doctor/pages/loginForm/index.wxml
index eb5596d..11209cf 100644
--- a/src/doctor/pages/loginForm/index.wxml
+++ b/src/doctor/pages/loginForm/index.wxml
@@ -75,7 +75,7 @@
{{item.name}}
{{item.provinceName}}{{item.cityName}}{{item.districtName}}{{item.address}}
-
+
diff --git a/src/doctor/pages/patientList/index.ts b/src/doctor/pages/patientList/index.ts
index c976d32..11d38ac 100644
--- a/src/doctor/pages/patientList/index.ts
+++ b/src/doctor/pages/patientList/index.ts
@@ -267,7 +267,7 @@ Page({
})
},
// 弹窗确认
- handlePopupOk(e: WechatMiniprogram.CustomEvent) {
+ handlePopupOk() {
this.setData({
popupShow: false,
})
diff --git a/src/doctor/pages/patientList/index.wxml b/src/doctor/pages/patientList/index.wxml
index c998d71..a113d0f 100644
--- a/src/doctor/pages/patientList/index.wxml
+++ b/src/doctor/pages/patientList/index.wxml
@@ -139,7 +139,7 @@
-
+
diff --git a/src/doctor/pages/stat/index.wxml b/src/doctor/pages/stat/index.wxml
index b30e6aa..7f7dd3c 100644
--- a/src/doctor/pages/stat/index.wxml
+++ b/src/doctor/pages/stat/index.wxml
@@ -8,16 +8,16 @@