Przeglądaj źródła

app 增加页面

shish 4 lat temu
rodzic
commit
6c8a2e5bdb
1 zmienionych plików z 5 dodań i 0 usunięć
  1. 5 0
      ghsApp/src/pages.json

+ 5 - 0
ghsApp/src/pages.json

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