Commit 17383e26 authored by fangliyan's avatar fangliyan

小区收藏

parent 84dc9a3d
......@@ -1868,13 +1868,10 @@ class User extends MY_Controller
}else{
if($item['property_type'] == $infoType && $item['day'] == $day){
$price = $originalPrice = floatval($item['price']);
if(GB_CITY == 'wh' && $packageType == 2){
//处理折扣
if(isset($item['discount']) && $item['discount'] >0){
$price = $originalPrice = $this->pirceDiscount($price,$item['discount']);
}
}
// 列表套餐8折券使用 20200507
// 优惠券修改为 6折
// if( GB_CITY == 'nj' && $packageType == 2 && $tbl == 'rent'){
......
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