edit-api-pay_list

This commit is contained in:
lccsw
2021-12-14 13:52:40 +08:00
parent 3b5aa99972
commit e18a5101b8
2 changed files with 4 additions and 2 deletions
+2 -2
View File
@@ -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']];
}