diff --git a/.gitignore b/.gitignore
index 3539e58..02d9f16 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
unpackage
-node_modules
\ No newline at end of file
+node_modules
+CLAUDE.md
\ No newline at end of file
diff --git a/main.js b/main.js
index 105595c..5d2aeee 100644
--- a/main.js
+++ b/main.js
@@ -1,8 +1,11 @@
import App from './App'
import { createSSRApp } from 'vue'
import pinia from './store'
+import Loadmore from "@/components/Loadmore/Loadmore.vue"
+
export function createApp() {
const app = createSSRApp(App)
+ app.component("Loadmore", Loadmore)
app.use(pinia)
return {
app
diff --git a/pages.json b/pages.json
index 791b48f..cd82078 100644
--- a/pages.json
+++ b/pages.json
@@ -7,6 +7,18 @@
},
"pages": [
+ {
+ "path": "pages/brand/brandDetail/brandDetail",
+ "style": {
+ "navigationBarTitleText": "品牌详情"
+ }
+ },
+ {
+ "path": "pages/brand/brandList/brandList",
+ "style": {
+ "navigationBarTitleText": "品牌列表"
+ }
+ },
{
"path": "pages/index/index",
"style": {
diff --git a/pages/index/index.vue b/pages/index/index.vue
index d5638a0..1e0f10f 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -31,7 +31,16 @@ const clickMenu = (value) => {
uni.navigateTo({
url:"/pages/patient/patientList/patientList"
})
-
+ break;
+ case 2:
+ uni.navigateTo({
+ url:"/pages/patient/patientFbList/patientFbList"
+ })
+ break;
+ case 3:
+ uni.navigateTo({
+ url:"/pages/brand/brandList/brandList"
+ })
break;
default:
diff --git a/pages/patient/patientFbDetail/patientFbDetail.vue b/pages/patient/patientFbDetail/patientFbDetail.vue
index e9f5b7e..256ef83 100644
--- a/pages/patient/patientFbDetail/patientFbDetail.vue
+++ b/pages/patient/patientFbDetail/patientFbDetail.vue
@@ -29,41 +29,38 @@
\ No newline at end of file
diff --git a/pages/patient/patientFbList/patientFbList.vue b/pages/patient/patientFbList/patientFbList.vue
index 8e00368..6671a66 100644
--- a/pages/patient/patientFbList/patientFbList.vue
+++ b/pages/patient/patientFbList/patientFbList.vue
@@ -1,55 +1,70 @@
-
-
-
-
+
+
+
+
+
姓名:xxx
- ID:133456
+ ID:133456
+ 2020-10-20
+
+
+ 病人反馈信息啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
+ 病人反馈信息啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
+ 病人反馈信息啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
+ 病人反馈信息啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
- 日期:2020-10-20
-
- 病人反馈信息啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
- 病人反馈信息啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
- 病人反馈信息啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
- 病人反馈信息啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊
-
-
-
+
+
+
\ No newline at end of file
diff --git a/pages/patient/patientList/patientList.vue b/pages/patient/patientList/patientList.vue
index 83034a5..a0f5669 100644
--- a/pages/patient/patientList/patientList.vue
+++ b/pages/patient/patientList/patientList.vue
@@ -3,18 +3,22 @@ import { ref } from 'vue';
import { onLoad } from "@dcloudio/uni-app"
import { getPatientList } from "@/services/patient"
let active = ref('all')
+let num = ref(5)
+// 切换导航
let cutNav = (type) => {
active.value = type
}
onLoad(() => {
- getPatientList()
+ // getPatientList()
})
+const reachBottom = () => {
+ if (num.value < 20) num.value += 5
+}
-
调压趋势
@@ -31,12 +35,13 @@ onLoad(() => {
+
-
+
住院号:000000
2020-12-22
- 手术次数:1
+ 手术次数:{{ item }}{{ num }}
患者姓名:xxx
@@ -57,6 +62,7 @@ onLoad(() => {
+