提交 64c03c33 编写于 作者: guofeng.chen's avatar guofeng.chen

商品分享

上级 6e17b92a
......@@ -193,6 +193,7 @@ export default {
if (goods.goodsDescQaq) {
tabs.push({ name: '常见问题', detail: goods.goodsDescQaq })
}
let shareDesc = (goods.goodsType === 3 && goods.id === 10077) ? '卫健委正规授权,在职医师专业解读,大量实用病例分析!' : '可申请5学分,自学资料性质,由医院录入!';
this.totalPrice = {
...goods.salePrice,
preferentialPrice: goods.preferentialPrice,
......@@ -204,6 +205,18 @@ export default {
this.swiperList = res.data && res.data.imgList || [];
this.tabs = tabs;
this.getTabW();
this.wechatShare(
{
link: location.href,
title: goods.goodsName,
friendtitle: goods.goodsName,
desc: shareDesc,
imgUrl: "https://file.yunqueyi.com/logo.png"
},
() => {
console.log("share success...");
}
);
} else {
this.$toast(res.message);
}
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册