feat: 调整分享标题
This commit is contained in:
@@ -66,5 +66,13 @@
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
"sitemapLocation": "sitemap.json",
|
"sitemapLocation": "sitemap.json",
|
||||||
"lazyCodeLoading": "requiredComponents"
|
"lazyCodeLoading": "requiredComponents",
|
||||||
|
"requiredPrivateInfos": [
|
||||||
|
"chooseLocation"
|
||||||
|
],
|
||||||
|
"permission": {
|
||||||
|
"scope.userLocation": {
|
||||||
|
"desc": "你的位置信息将用于发布内容时展示地理位置"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
@@ -136,14 +136,14 @@ Page({
|
|||||||
|
|
||||||
onShareAppMessage() {
|
onShareAppMessage() {
|
||||||
return {
|
return {
|
||||||
title: '我的植物花园 - Sundynix Plant',
|
title: '我的私人花园 - 植趣',
|
||||||
path: '/pages/garden/index'
|
path: '/pages/garden/index'
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
onShareTimeline() {
|
onShareTimeline() {
|
||||||
return {
|
return {
|
||||||
title: '我的植物花园 - Sundynix Plant'
|
title: '我的私人花园 - 植趣'
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user