优化分享

This commit is contained in:
TOP糯米 2023-04-03 10:41:51 +08:00
parent 724a51c5d3
commit 2a3554afec
2 changed files with 13 additions and 3 deletions

View File

@ -3,7 +3,7 @@
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "熊熊安装队"
"navigationBarTitleText": "首页"
}
},
{

View File

@ -160,8 +160,18 @@ export default {
this.loadAppraiseData();
},
onPullDownRefresh() {},
onShareTimeline() {},
onShareAppMessage() {},
onShareTimeline() {
return {
title: this.detail.title,
path: "/pages/service/detail?id=" + this.id,
};
},
onShareAppMessage() {
return {
title: this.detail.title,
path: "/pages/service/detail?id=" + this.id,
};
},
methods: {
/**
* 分享