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

+ 2 - 1
ghsApp/src/manifest.json

@@ -30,7 +30,8 @@
                 "permissions" : [
                     "<uses-feature android:name=\"android.hardware.camera\"/>",
                     "<uses-feature android:name=\"android.hardware.camera.autofocus\"/>",
-                    "<uses-permission android:name=\"android.permission.CAMERA\"/>"
+                    "<uses-permission android:name=\"android.permission.CAMERA\"/>",
+                    "<uses-permission android:name=\"android.permission.MEDIA_CONTENT_CONTROL\"/>"
                 ],
                 "autoSdkPermissions" : true
             },

+ 2 - 4
ghsApp/src/pages.json

@@ -359,11 +359,9 @@
 		}
 	],
 	"globalStyle": {
-		// #ifdef H5
 		"navigationStyle": "custom",
-		// #endif
 		"navigationBarBackgroundColor": "#fff",
-		"navigationBarTitleText": "花宝",
+		"navigationBarTitleText": "花宝",
 		"navigationBarTextStyle": "black",
 		"backgroundColor": "#f9fbfc",
 		"onReachBottomDistance": 300
@@ -381,4 +379,4 @@
 			{ "pagePath": "admin/home/me", "iconPath": "static/images/common/user-no.png", "selectedIconPath": "static/images/common/shop-me.png", "text": "我的" }
 		]
 	}
-}
+}