shish 4 лет назад
Родитель
Сommit
6c8a2e5bdb
1 измененных файлов с 5 добавлено и 0 удалено
  1. 5 0
      ghsApp/src/pages.json

+ 5 - 0
ghsApp/src/pages.json

@@ -1,5 +1,8 @@
 {
 	"pages": [
+		// #ifdef APP-PLUS
+		{"path": "admin/billing/pda","style": {"navigationBarTitleText": "开单","enablePullDownRefresh": true}},
+		// #endif
 		{"path": "admin/home/workbench","style": {"navigationBarTitleText": "","enablePullDownRefresh": true}},
 		{"path": "admin/home/result","style": {"navigationBarTitleText": "","enablePullDownRefresh": true}},
 		{"path": "admin/home/callback","style": {"navigationBarTitleText": "","enablePullDownRefresh": true}},
@@ -574,6 +577,7 @@
 		"onReachBottomDistance": 300
 	},
 	"tabBar": {
+		// #ifdef MP-WEIXIN
 		"color": "#C0C4CC",
 		"selectedColor": "#3385FF",
 		"borderStyle": "black",
@@ -610,5 +614,6 @@
 				"text": "我的"
 			}
 		]
+		// #endif
 	}
 }