Browse Source

修改商品表单商品首页可上传图片数量

wechat_public_accounts
linyaostalker 5 years ago
parent
commit
fe4a41fed6
  1. 2
      vendor/antgoods/goods/src/views/goods/_form.php

2
vendor/antgoods/goods/src/views/goods/_form.php

@ -75,7 +75,7 @@ use yii\helpers\Url;
'deleteUrl' => 'img-id-del', 'deleteUrl' => 'img-id-del',
'dragdropWidth'=> 800, 'dragdropWidth'=> 800,
'afterSave' => 'save-file', 'afterSave' => 'save-file',
'maxCount' => 10,
'maxCount' => 1,
'fillInAttribute' => 'imageId', 'fillInAttribute' => 'imageId',
'model' => $model, 'model' => $model,
'previewConfig' => [ 'previewConfig' => [

Loading…
Cancel
Save