diff --git a/components/header_common.vue b/components/header_common.vue deleted file mode 100644 index f9ae805..0000000 --- a/components/header_common.vue +++ /dev/null @@ -1,91 +0,0 @@ - - - - - \ No newline at end of file diff --git a/manifest.json b/manifest.json index 841ce0a..71caf1c 100644 --- a/manifest.json +++ b/manifest.json @@ -10,6 +10,10 @@ "usingComponents" : true, "nvueStyleCompiler" : "uni-app", "compilerVersion" : 3, + "permissions": [ + "camera", + "album" + ], "splashscreen" : { "alwaysShowBeforeRender" : true, "waiting" : true, @@ -68,7 +72,13 @@ "permission" : { "scope.userLocation" : { "desc" : "你的位置信息将用于获取周边服务" - } + }, + "scope.album": { + "desc": "需要您的相册权限以便选择图片" + }, + "scope.camera": { + "desc": "需要您的相机权限以便拍照" + } } }, "mp-alipay" : { diff --git a/static/imgs/footer/ai.png b/static/imgs/footer/ai.png index 5cd4c2e..db3653e 100644 Binary files a/static/imgs/footer/ai.png and b/static/imgs/footer/ai.png differ diff --git a/static/imgs/footer/home.png b/static/imgs/footer/home.png index 521679c..dc8dcdd 100644 Binary files a/static/imgs/footer/home.png and b/static/imgs/footer/home.png differ diff --git a/static/imgs/footer/mine.png b/static/imgs/footer/mine.png index 844cf97..732842a 100644 Binary files a/static/imgs/footer/mine.png and b/static/imgs/footer/mine.png differ diff --git a/static/imgs/index/bangzhu.png b/static/imgs/index/bangzhu.png index a426026..f2fa99f 100644 Binary files a/static/imgs/index/bangzhu.png and b/static/imgs/index/bangzhu.png differ diff --git a/static/imgs/index/gonggao.png b/static/imgs/index/gonggao.png index 1c99054..8ccefbf 100644 Binary files a/static/imgs/index/gonggao.png and b/static/imgs/index/gonggao.png differ diff --git a/static/imgs/index/linli.png b/static/imgs/index/linli.png index f4ea933..c2a2916 100644 Binary files a/static/imgs/index/linli.png and b/static/imgs/index/linli.png differ diff --git a/static/imgs/index/redian.png b/static/imgs/index/redian.png index 866730b..37e3306 100644 Binary files a/static/imgs/index/redian.png and b/static/imgs/index/redian.png differ diff --git a/static/imgs/index/weixiu.png b/static/imgs/index/weixiu.png index 99358e7..a276ecc 100644 Binary files a/static/imgs/index/weixiu.png and b/static/imgs/index/weixiu.png differ diff --git a/static/imgs/service/service_friend.png b/static/imgs/service/service_friend.png index 370367a..e2c513f 100644 Binary files a/static/imgs/service/service_friend.png and b/static/imgs/service/service_friend.png differ diff --git a/static/imgs/service/service_help.png b/static/imgs/service/service_help.png index 3921c97..71beca1 100644 Binary files a/static/imgs/service/service_help.png and b/static/imgs/service/service_help.png differ diff --git a/static/imgs/service/service_list.png b/static/imgs/service/service_list.png index f36feb6..59c3673 100644 Binary files a/static/imgs/service/service_list.png and b/static/imgs/service/service_list.png differ diff --git a/static/imgs/service/service_notice.png b/static/imgs/service/service_notice.png index cd94fec..041acb0 100644 Binary files a/static/imgs/service/service_notice.png and b/static/imgs/service/service_notice.png differ diff --git a/static/imgs/service/service_phone.png b/static/imgs/service/service_phone.png index 78001be..f427744 100644 Binary files a/static/imgs/service/service_phone.png and b/static/imgs/service/service_phone.png differ diff --git a/static/imgs/service/service_service.png b/static/imgs/service/service_service.png index 52ccd67..c2a2916 100644 Binary files a/static/imgs/service/service_service.png and b/static/imgs/service/service_service.png differ