Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
xianyu-ufo-app-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
huzhiming
5 years ago
Commit
ede928a44a0a8c5b29f83e35410b25bacd767027
1 parent
8680ee31
feat(分享):配置分享文案信息
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
apps/pages/product/product-detail.vue
apps/pages/product/product-detail.vue
View file @
ede928a
...
...
@@ -225,8 +225,8 @@ export default {
image: this.sizeImg(this.imageList[0].image_url,200,200),
url: location.href, // 分享链接
link: location.href, // 和url保持
title: this.productDetail.product_name, // 分享标题
text: '你可记得家里堆积的闲置物,你可知他们正在黯然神伤。让他们来闲鱼卖身吧,即可' // 分享描述
title: `淘口令#${this.productDetail.product_name}`, // 分享标题
text: '' // 分享描述
});
})
},
...
...
Please
register
or
login
to post a comment