正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -98,6 +98,7 @@ class Production extends BaseApi | @@ -98,6 +98,7 @@ class Production extends BaseApi | ||
98 | ['width','宽度'], | 98 | ['width','宽度'], |
99 | ['height','高度'], | 99 | ['height','高度'], |
100 | ]); | 100 | ]); |
101 | + dd($data); | ||
101 | //3.获取图片数据 | 102 | //3.获取图片数据 |
102 | $files = str_replace('"','"',$data['images']); | 103 | $files = str_replace('"','"',$data['images']); |
103 | $images = implode(',',json_decode($files,true)); | 104 | $images = implode(',',json_decode($files,true)); |
-
请 注册 或 登录 后发表评论