正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -544,6 +544,7 @@ class Member extends Frontend | @@ -544,6 +544,7 @@ class Member extends Frontend | ||
544 | $user_province = Db::name('user_province')->where(['user_id'=>$this->auth->id,'expiration_time'=>['gt',time()]])->select(); | 544 | $user_province = Db::name('user_province')->where(['user_id'=>$this->auth->id,'expiration_time'=>['gt',time()]])->select(); |
545 | $deduct_price = []; | 545 | $deduct_price = []; |
546 | $ratio_price = $price['vipprice']/30; | 546 | $ratio_price = $price['vipprice']/30; |
547 | + dump($ratio_price); | ||
547 | foreach($user_province as $key => $u_p){ | 548 | foreach($user_province as $key => $u_p){ |
548 | $ratio_day = ($u_p['expiration_time']-time())/(24*60*60); | 549 | $ratio_day = ($u_p['expiration_time']-time())/(24*60*60); |
549 | $deduct_price[] = $ratio_price*$ratio_day; | 550 | $deduct_price[] = $ratio_price*$ratio_day; |
-
请 注册 或 登录 后发表评论