Commit 8b6e0805 authored by 武广's avatar 武广

fix: 放开服务商品图片编辑

parent 2514d84c
......@@ -143,7 +143,6 @@ const FormRuleVPictures = forwardRef((props, ref) => {
]}
>
<UploadImage
disabled={customer.isService}
multiple={false}
name="commonImageList"
limit={imgConfig.commonImageList.limit}
......@@ -165,7 +164,6 @@ const FormRuleVPictures = forwardRef((props, ref) => {
]}
>
<UploadImage
disabled={customer.isService}
name="cardImageList"
limit={imgConfig.cardImageList.limit}
pictures={cardImageList}
......@@ -186,7 +184,6 @@ const FormRuleVPictures = forwardRef((props, ref) => {
extra={imgConfig.imageList.renderExtra()}
>
<UploadImage
disabled={customer.isService}
name={key}
limit={11}
pictures={imageList[key]}
......@@ -211,7 +208,6 @@ const FormRuleVPictures = forwardRef((props, ref) => {
extra={imgConfig.detailImageList.renderExtra()}
>
<UploadImage
disabled={customer.isService}
limit={imgConfig.detailImageList.limit}
name="detailImageList"
pictures={detailImageList}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment