正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -1300,10 +1300,10 @@ class Car extends Base | @@ -1300,10 +1300,10 @@ class Car extends Base | ||
1300 | $seat_no = array_filter($seat_data, function($value) { | 1300 | $seat_no = array_filter($seat_data, function($value) { |
1301 | return !empty($value); | 1301 | return !empty($value); |
1302 | }); | 1302 | }); |
1303 | - print_r($seat_no);return; | ||
1304 | - $seat_no = implode(',', $seat_no); | 1303 | + $orderseat_no = implode(',', $order["seat_no"]); |
1305 | 1304 | ||
1306 | - $seat_no = explode(",", $seat_no); | 1305 | + $orderseat_no = explode(",", $orderseat_no); |
1306 | + print_r($orderseat_no);return; | ||
1307 | 1307 | ||
1308 | if($seat_data){ | 1308 | if($seat_data){ |
1309 | if($order['seat_no']){ | 1309 | if($order['seat_no']){ |
-
请 注册 或 登录 后发表评论