From 716b3fce334eab2ef01140c158f9aa31736650e5 Mon Sep 17 00:00:00 2001
From: "@fawn-nine" <1271023382@qq.com>
Date: Fri, 10 Nov 2023 13:58:57 +0800
Subject: [PATCH] =?UTF-8?q?=E6=96=B9=E5=89=82=E6=A3=80=E7=B4=A2=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2ui?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 16 +
pages/peanut/home.vue | 2 +-
pages/prescription/prescription.vue | 630 ++++++++++++++++++++++
pages/prescription/prescriptionDetail.vue | 22 +
4 files changed, 669 insertions(+), 1 deletion(-)
create mode 100644 pages/prescription/prescription.vue
create mode 100644 pages/prescription/prescriptionDetail.vue
diff --git a/pages.json b/pages.json
index 39bea34..5eafcb9 100644
--- a/pages.json
+++ b/pages.json
@@ -508,6 +508,22 @@
"navigationBarTitleText" : "脉穴详情",
"enablePullDownRefresh" : false
}
+ },
+ {
+ "path" : "pages/prescription/prescription",
+ "style" :
+ {
+ "navigationBarTitleText" : "方药检索",
+ "enablePullDownRefresh" : false
+ }
+ },
+ {
+ "path" : "pages/prescription/prescriptionDetail",
+ "style" :
+ {
+ "navigationBarTitleText" : "方药详情",
+ "enablePullDownRefresh" : false
+ }
}
],
"globalStyle": {
diff --git a/pages/peanut/home.vue b/pages/peanut/home.vue
index a8bc8c3..2fa0199 100644
--- a/pages/peanut/home.vue
+++ b/pages/peanut/home.vue
@@ -14,7 +14,7 @@