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 @@