Commit 741d5263 by 冷斌

fix bug

parent 61ae0292
......@@ -399,7 +399,7 @@ class HomeAction extends UserAction
//如果是通过套餐购买的课程显示为0元购买
$order_album_id = M($table)->where(['id' => $val['id']])->getField('order_album_id');
//获取原价
$val['old_price'] = $goods['price'];
$val['old_price'] = $goods['price'] + $goods['fare'];
}
if ($table == "zy_order_live") {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment