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

修改价格

上级 7393339a
...@@ -206,7 +206,7 @@ export default { ...@@ -206,7 +206,7 @@ export default {
this.getTabW(); this.getTabW();
// goodsType=2 学习卡 // goodsType=2 学习卡
// goodsType= 3 and cardtype = 3 职称考课程卡 // goodsType= 3 and cardtype = 3 职称考课程卡
let shareDesc = "¥" + goods.costPriceText; 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) {
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册