yingzi 2 năm trước cách đây
mục cha
commit
dd342cd107
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      app/system/controller/ShowTemplate.php

+ 2 - 1
app/system/controller/ShowTemplate.php

@@ -75,7 +75,8 @@ class ShowTemplate extends  BaseController{
             ['title','','empty','请填写模板标题'],
             ['price','0','is_numeric','请输入正确的模板售价'],
             ['old_price','0','is_numeric','请输入正确的模板原价'],
-            ['imgs',[],'empty','请上传商品主图'],
+//            ['imgs',[],'empty','请上传商品主图'],
+            ['imgs',[]],
             ['is_hot','0'],
             ['is_recommend','0'],
             ['code','','empty','请输入CODE'],