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