diff --git a/components/empty/empty.vue b/components/empty/empty.vue
new file mode 100644
index 0000000..9880ec5
--- /dev/null
+++ b/components/empty/empty.vue
@@ -0,0 +1,26 @@
+
+
+
+ 暂无数据
+
+
+
+
+
+
diff --git a/components/navBar/navbar.vue b/components/navBar/navbar.vue
new file mode 100644
index 0000000..56f5934
--- /dev/null
+++ b/components/navBar/navbar.vue
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+
diff --git a/pages.json b/pages.json
index 3e38df1..efd622e 100644
--- a/pages.json
+++ b/pages.json
@@ -451,6 +451,36 @@
}
}
},
+ {
+ "path": "schedule/schedule",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "uni-app分页",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
+ {
+ "path": "visit/visit",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "uni-app分页",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
+ {
+ "path": "patientDetail/patientDetail",
+ "style": {
+ "navigationStyle": "custom",
+ "navigationBarTitleText": "uni-app分页",
+ "app": {
+ "bounce": "none"
+ }
+ }
+ },
{
"path": "idcardAuth/idcardAuth",
"style": {
diff --git a/pages_app/patientDetail/patientDetail.vue b/pages_app/patientDetail/patientDetail.vue
new file mode 100644
index 0000000..1bb45d0
--- /dev/null
+++ b/pages_app/patientDetail/patientDetail.vue
@@ -0,0 +1,137 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 分组
+
+ 分组了,分组2
+
+
+
+
+ 描述
+
+ 补充患者关键信息,方便随访患者
+
+
+
+
+ 电话号码
+
+ 18012345600
+
+
+
+
+ 患者病史
+
+ {{ historyText }}
+ {{ showAllHistory ? '收起' : '展开全部' }}
+
+
+
+
+
+
+ 发消息
+
+
+
+ 制定随访计划
+
+
+
+ 记录病情
+
+
+
+
+
+
+
+
diff --git a/pages_app/patientMsg/patientMsg.vue b/pages_app/patientMsg/patientMsg.vue
index 179cff4..eeeecf9 100644
--- a/pages_app/patientMsg/patientMsg.vue
+++ b/pages_app/patientMsg/patientMsg.vue
@@ -20,7 +20,7 @@
-
+
@@ -46,11 +46,102 @@
+
+
+
+
+
+
+
+
+
+ 新的患者
+
+
+
+
+
+
+
+
+
+
+
+
+ 患者分组 (随访5人)
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+ {{ item.badge }}
+
+
+
+
+ 随访于{{ item.date }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 添加
+
+
+
+
+
+
患者消息
-
+
患者列表
@@ -62,9 +153,12 @@
+
+
+
diff --git a/pages_app/visit/visit.vue b/pages_app/visit/visit.vue
new file mode 100644
index 0000000..080ce61
--- /dev/null
+++ b/pages_app/visit/visit.vue
@@ -0,0 +1,180 @@
+
+
+
+
+
+
+ 提交
+
+
+
+
+
+
+ 患者
+
+ {{ selectedPatient || '请选择患者' }}
+
+
+
+
+
+ 随访内容
+
+
+
+
+
+
+ {{ idx+1 }}.{{ defaultContent }}
+
+
+ {{ item.date }}
+
+
+
+
+
+
+
+ +
+ 添加随访日程
+
+
+
+
+
+ 提醒我
+
+
+
+
+
+ 提醒患者
+
+
+
+
+
+
+
+
+
+
+
diff --git a/static/icon_message_big.png b/static/icon_message_big.png
new file mode 100644
index 0000000..36c518d
Binary files /dev/null and b/static/icon_message_big.png differ
diff --git a/static/image_backgrond_red_big.png b/static/image_backgrond_red_big.png
new file mode 100644
index 0000000..0105f36
Binary files /dev/null and b/static/image_backgrond_red_big.png differ
diff --git a/static/image_backgrond_red_big1.png b/static/image_backgrond_red_big1.png
new file mode 100644
index 0000000..acc8363
Binary files /dev/null and b/static/image_backgrond_red_big1.png differ
diff --git a/static/visit_data11.png b/static/visit_data11.png
new file mode 100644
index 0000000..d1362ff
Binary files /dev/null and b/static/visit_data11.png differ
diff --git a/static/visitplan.png b/static/visitplan.png
new file mode 100644
index 0000000..f0a3fdf
Binary files /dev/null and b/static/visitplan.png differ
diff --git a/uni_modules/uni-icons/changelog.md b/uni_modules/uni-icons/changelog.md
index 620ab02..0cc65a0 100644
--- a/uni_modules/uni-icons/changelog.md
+++ b/uni_modules/uni-icons/changelog.md
@@ -1,3 +1,5 @@
+## 2.0.11(2025-08-18)
+- 修复 图标点击事件返回
## 2.0.9(2024-01-12)
fix: 修复图标大小默认值错误的问题
## 2.0.8(2023-12-14)
diff --git a/uni_modules/uni-icons/components/uni-icons/uni-icons.vue b/uni_modules/uni-icons/components/uni-icons/uni-icons.vue
index 7da5356..1bd3d5e 100644
--- a/uni_modules/uni-icons/components/uni-icons/uni-icons.vue
+++ b/uni_modules/uni-icons/components/uni-icons/uni-icons.vue
@@ -85,8 +85,8 @@
}
},
methods: {
- _onClick() {
- this.$emit('click')
+ _onClick(e) {
+ this.$emit('click', e)
}
}
}
@@ -107,4 +107,4 @@
text-decoration: none;
text-align: center;
}
-
+
\ No newline at end of file
diff --git a/uni_modules/uni-icons/package.json b/uni_modules/uni-icons/package.json
index 397be83..9a9052f 100644
--- a/uni_modules/uni-icons/package.json
+++ b/uni_modules/uni-icons/package.json
@@ -1,7 +1,7 @@
{
"id": "uni-icons",
"displayName": "uni-icons 图标",
- "version": "2.0.9",
+ "version": "2.0.11",
"description": "图标组件,用于展示移动端常见的图标,可自定义颜色、大小。",
"keywords": [
"uni-ui",
@@ -11,12 +11,14 @@
],
"repository": "https://github.com/dcloudio/uni-ui",
"engines": {
- "HBuilderX": "^3.2.14"
+ "HBuilderX": "^3.2.14",
+ "uni-app": "^4.08",
+ "uni-app-x": "^4.61"
},
"directories": {
"example": "../../temps/example_temps"
},
-"dcloudext": {
+ "dcloudext": {
"sale": {
"regular": {
"price": "0.00"
@@ -34,55 +36,76 @@
"permissions": "无"
},
"npmurl": "https://www.npmjs.com/package/@dcloudio/uni-ui",
- "type": "component-vue"
+ "type": "component-vue",
+ "darkmode": "x",
+ "i18n": "x",
+ "widescreen": "x"
},
"uni_modules": {
- "dependencies": ["uni-scss"],
+ "dependencies": [
+ "uni-scss"
+ ],
"encrypt": [],
"platforms": {
"cloud": {
- "tcb": "y",
- "aliyun": "y"
+ "tcb": "x",
+ "aliyun": "x",
+ "alipay": "x"
},
"client": {
- "App": {
- "app-vue": "y",
- "app-nvue": "y",
- "app-uvue": "y"
+ "uni-app": {
+ "vue": {
+ "vue2": "√",
+ "vue3": "√"
+ },
+ "web": {
+ "safari": "√",
+ "chrome": "√"
+ },
+ "app": {
+ "vue": "√",
+ "nvue": "√",
+ "android": {
+ "extVersion": "",
+ "minVersion": "29"
+ },
+ "ios": "√",
+ "harmony": "√"
+ },
+ "mp": {
+ "weixin": "√",
+ "alipay": "√",
+ "toutiao": "√",
+ "baidu": "√",
+ "kuaishou": "-",
+ "jd": "-",
+ "harmony": "-",
+ "qq": "√",
+ "lark": "-"
+ },
+ "quickapp": {
+ "huawei": "√",
+ "union": "√"
+ }
},
- "H5-mobile": {
- "Safari": "y",
- "Android Browser": "y",
- "微信浏览器(Android)": "y",
- "QQ浏览器(Android)": "y"
- },
- "H5-pc": {
- "Chrome": "y",
- "IE": "y",
- "Edge": "y",
- "Firefox": "y",
- "Safari": "y"
- },
- "小程序": {
- "微信": "y",
- "阿里": "y",
- "百度": "y",
- "字节跳动": "y",
- "QQ": "y",
- "钉钉": "y",
- "快手": "y",
- "飞书": "y",
- "京东": "y"
- },
- "快应用": {
- "华为": "y",
- "联盟": "y"
- },
- "Vue": {
- "vue2": "y",
- "vue3": "y"
+ "uni-app-x": {
+ "web": {
+ "safari": "√",
+ "chrome": "√"
+ },
+ "app": {
+ "android": {
+ "extVersion": "",
+ "minVersion": "29"
+ },
+ "ios": "√",
+ "harmony": "√"
+ },
+ "mp": {
+ "weixin": "√"
+ }
}
}
}
}
-}
+}
\ No newline at end of file