优化分享
This commit is contained in:
parent
724a51c5d3
commit
2a3554afec
|
@ -3,7 +3,7 @@
|
||||||
{
|
{
|
||||||
"path": "pages/index/index",
|
"path": "pages/index/index",
|
||||||
"style": {
|
"style": {
|
||||||
"navigationBarTitleText": "熊熊安装队"
|
"navigationBarTitleText": "首页"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
|
@ -160,8 +160,18 @@ export default {
|
||||||
this.loadAppraiseData();
|
this.loadAppraiseData();
|
||||||
},
|
},
|
||||||
onPullDownRefresh() {},
|
onPullDownRefresh() {},
|
||||||
onShareTimeline() {},
|
onShareTimeline() {
|
||||||
onShareAppMessage() {},
|
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: {
|
methods: {
|
||||||
/**
|
/**
|
||||||
* 分享
|
* 分享
|
||||||
|
|
Loading…
Reference in New Issue