提交 8e6cea16 编写于 作者: guangjun.yang's avatar guangjun.yang

可申请5学分,自学资料性质,由医院录入

上级 71a8bff3
...@@ -206,7 +206,8 @@ export default { ...@@ -206,7 +206,8 @@ export default {
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 sharePrice = goods.preferentialPrice || goods.costPrice;
let shareDesc = "¥" + (sharePrice / 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) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册