diff --git a/app.json b/app.json index 53998c2..2351f27 100644 --- a/app.json +++ b/app.json @@ -66,5 +66,13 @@ ] }, "sitemapLocation": "sitemap.json", - "lazyCodeLoading": "requiredComponents" + "lazyCodeLoading": "requiredComponents", + "requiredPrivateInfos": [ + "chooseLocation" + ], + "permission": { + "scope.userLocation": { + "desc": "你的位置信息将用于发布内容时展示地理位置" + } + } } \ No newline at end of file diff --git a/pages/garden/index.js b/pages/garden/index.js index 9c985fd..4820d8f 100644 --- a/pages/garden/index.js +++ b/pages/garden/index.js @@ -136,14 +136,14 @@ Page({ onShareAppMessage() { return { - title: '我的植物花园 - Sundynix Plant', + title: '我的私人花园 - 植趣', path: '/pages/garden/index' }; }, onShareTimeline() { return { - title: '我的植物花园 - Sundynix Plant' + title: '我的私人花园 - 植趣' }; },