...
|
...
|
@@ -98,8 +98,7 @@ class Index extends Api |
|
|
if($order['user_id']){
|
|
|
$order['start']=$order['starting_point'];
|
|
|
$order['to']=$order['end_point'];
|
|
|
$order['timeStr']=(string)$order['reservation_time'];
|
|
|
//$order['timeStr']=str_replace(' ','',$order['reservation_time']);
|
|
|
$order['timeStr']=str_replace(' ','',$order['reservation_time']);
|
|
|
if($order['type']==1){
|
|
|
$order['typeImg']='../../static/img-2.png';
|
|
|
}else if($order['type']==2){
|
...
|
...
|
@@ -121,6 +120,7 @@ class Index extends Api |
|
|
'thing8' => array('value' => "{$substring}师傅{$car['license_plate']}", 'color' => '#173177'),
|
|
|
'phone_number5' => array('value' => "{$order['phone']}", 'color' => '#173177'),
|
|
|
);
|
|
|
|
|
|
if ($wxopenid) {
|
|
|
$config = get_addon_config('wechat');
|
|
|
$tourl = '';
|
...
|
...
|
|