From 81fa5fb966c6e3171604489c9712b4ce587be25b Mon Sep 17 00:00:00 2001 From: lccsw <1127794702@qq.com> Date: Fri, 3 Dec 2021 11:02:20 +0800 Subject: [PATCH] edit-api-text --- api/libraries/liche/Progressopt.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/libraries/liche/Progressopt.php b/api/libraries/liche/Progressopt.php index 4bdde4b2..c6e71083 100644 --- a/api/libraries/liche/Progressopt.php +++ b/api/libraries/liche/Progressopt.php @@ -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']];