...
|
...
|
@@ -333,12 +333,12 @@ class WeChatBaseController extends BaseController |
|
|
dump($vo);
|
|
|
if($v['form_type'] == 1){
|
|
|
$result1[] = $v['insurance_price'];
|
|
|
if(($v['status'] == 1 && $v['order_expire_time2'] < time()) or ($v['status'] == 3 && $v['order_expire_time2'] < time())){
|
|
|
if($v['status'] != 2 && $v['order_expire_time2'] < time()){
|
|
|
$result2[] = $v['insurance_price'];
|
|
|
}
|
|
|
}else if($v['form_type'] == 2){
|
|
|
$result1[] = $v['subjoin_price'];
|
|
|
if(($v['status'] == 1 && $v['order_expire_time2'] < time()) or ($v['status'] == 3 && $v['order_expire_time2'] < time())){
|
|
|
if($v['status'] != 2 && $v['order_expire_time2'] < time()){
|
|
|
$result2[] = $v['subjoin_price'];
|
|
|
}
|
|
|
}
|
...
|
...
|
|