修改服务详情分享
This commit is contained in:
parent
37031c9006
commit
16ae9f6485
|
@ -129,8 +129,8 @@ export default {
|
|||
content: response.goods.post_content.replace(/\<img/gi, '<img style="max-width:100%;height:auto"'),
|
||||
price: response.goods.money,
|
||||
};
|
||||
this.pageTitle = this.detail.title;
|
||||
});
|
||||
|
||||
// 评价
|
||||
await this.$models.appraise.count.service(this.id).then((data) => {
|
||||
data.tags.forEach((item) => {
|
||||
|
@ -160,18 +160,8 @@ export default {
|
|||
this.loadAppraiseData();
|
||||
},
|
||||
onPullDownRefresh() {},
|
||||
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,
|
||||
};
|
||||
},
|
||||
onShareTimeline() {},
|
||||
onShareAppMessage() {},
|
||||
methods: {
|
||||
/**
|
||||
* 分享
|
||||
|
|
Loading…
Reference in New Issue