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