修改服务详情分享
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"'),
|
content: response.goods.post_content.replace(/\<img/gi, '<img style="max-width:100%;height:auto"'),
|
||||||
price: response.goods.money,
|
price: response.goods.money,
|
||||||
};
|
};
|
||||||
|
this.pageTitle = this.detail.title;
|
||||||
});
|
});
|
||||||
|
|
||||||
// 评价
|
// 评价
|
||||||
await this.$models.appraise.count.service(this.id).then((data) => {
|
await this.$models.appraise.count.service(this.id).then((data) => {
|
||||||
data.tags.forEach((item) => {
|
data.tags.forEach((item) => {
|
||||||
|
@ -160,18 +160,8 @@ export default {
|
||||||
this.loadAppraiseData();
|
this.loadAppraiseData();
|
||||||
},
|
},
|
||||||
onPullDownRefresh() {},
|
onPullDownRefresh() {},
|
||||||
onShareTimeline() {
|
onShareTimeline() {},
|
||||||
return {
|
onShareAppMessage() {},
|
||||||
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