优化分享
This commit is contained in:
parent
724a51c5d3
commit
2a3554afec
|
@ -3,7 +3,7 @@
|
|||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "熊熊安装队"
|
||||
"navigationBarTitleText": "首页"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
|
@ -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: {
|
||||
/**
|
||||
* 分享
|
||||
|
|
Loading…
Reference in New Issue