|
@@ -58,7 +58,7 @@ class Purchase extends Controller
|
|
|
// 'images.require'=>'图片不能为空',
|
|
|
// 'images.array'=>'图片格式有误',
|
|
|
// 'images.min:1'=>'图片必须',
|
|
|
- 'item.require'=>'商品参数不能为空',
|
|
|
+// 'item.require'=>'商品参数不能为空',
|
|
|
]);
|
|
|
input('images')?$data['images']=input('images'):'';
|
|
|
if(isset($data['images'])){
|