正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -549,7 +549,7 @@ class Member extends Frontend | @@ -549,7 +549,7 @@ class Member extends Frontend | ||
549 | $deduct_price = $deduct_price + $ratio_price*$ratio_day; | 549 | $deduct_price = $deduct_price + $ratio_price*$ratio_day; |
550 | } | 550 | } |
551 | $svipprice = $price['svipprice']-$deduct_price; | 551 | $svipprice = $price['svipprice']-$deduct_price; |
552 | - $price['svipprice'] = $svipprice; | 552 | + $price['svipprice'] = round($svipprice,2); |
553 | $this->assign('price',$price); | 553 | $this->assign('price',$price); |
554 | return $this->view->fetch(); | 554 | return $this->view->fetch(); |
555 | } | 555 | } |
-
请 注册 或 登录 后发表评论