提交 71a8bff3 编写于 作者: guangjun.yang's avatar guangjun.yang

卫健委正规授权,在职医师专业解读,大量实用病例分析!

上级 c837fbf5
...@@ -205,11 +205,11 @@ export default { ...@@ -205,11 +205,11 @@ export default {
this.tabs = tabs; this.tabs = tabs;
this.getTabW(); this.getTabW();
// goodsType=2 学习卡 // goodsType=2 学习卡
// goodsType= 3 and cardtype = 3 职称考课程卡 // goodsType= 3 and cardType = 3 职称考课程卡
let shareDesc = "¥" + (price / 100).toFixed(2); let shareDesc = "¥" + (price / 100).toFixed(2);
if(goods.goodsType == 2) { if(goods.goodsType == 2) {
shareDesc += "\n可申请5学分,自学资料性质,由医院录入!"; shareDesc += "\n可申请5学分,自学资料性质,由医院录入!";
} else if(goods.goodsType == 3 && goods.cardtype == 3) { } else if(goods.goodsType == 3 && goods.cardType == 3) {
shareDesc += "\n卫健委正规授权,在职医师专业解读,大量实用病例分析!"; shareDesc += "\n卫健委正规授权,在职医师专业解读,大量实用病例分析!";
} }
let shareUrl = getWebPageUrl( let shareUrl = getWebPageUrl(
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册