edit-api-pay_list
This commit is contained in:
@@ -168,7 +168,7 @@ class Progressopt{
|
||||
}else{
|
||||
$state = 2;
|
||||
}
|
||||
$progressOpt = ['title'=> '交定金','url'=>'/pages/mine/carOrder/index'];
|
||||
$progressOpt = ['title'=> '交定金','url'=>'/pages/mine/carOrder/index?oid='.$order['id']];
|
||||
}else{ //已交定金
|
||||
$state = 1;
|
||||
}
|
||||
@@ -180,7 +180,7 @@ class Progressopt{
|
||||
$state = 2;
|
||||
if($ckcar_row['status']==2){ //未支付
|
||||
$title = $order['payway'] ? '去支付尾款' : '去支付首付';
|
||||
$progressOpt = ['title'=> $title,'url'=>'/pages/mine/carOrder/index'];
|
||||
$progressOpt = ['title'=> $title,'url'=>'/pages/mine/carOrder/index?oid='.$order['id']];
|
||||
}else{
|
||||
$progressOpt = ['title'=> '确认车辆','url'=>'/pages/mine/signContract/queRen?id='.$order['id']];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user