提交 812b23df 编写于 作者: guangjun.yang's avatar guangjun.yang

商品详情页面支付分享功能

上级 64c03c33
......@@ -193,7 +193,6 @@ 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,
......@@ -205,6 +204,14 @@ export default {
this.swiperList = res.data && res.data.imgList || [];
this.tabs = tabs;
this.getTabW();
// goodsType=2 学习卡
// goodsType= 3 and cardtype = 3 职称考课程卡
let shareDesc = "¥" + goods.costPriceText;
if(goodsType == 2) {
shareDesc += "\n可申请5学分,自学资料性质,由医院录入!";
} else if(goods.goodsType == 3 && goods.cardtype == 3) {
shareDesc += "\n卫健委正规授权,在职医师专业解读,大量实用病例分析!";
}
this.wechatShare(
{
link: location.href,
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册