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

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

parent 2514d84c
...@@ -143,7 +143,6 @@ const FormRuleVPictures = forwardRef((props, ref) => { ...@@ -143,7 +143,6 @@ const FormRuleVPictures = forwardRef((props, ref) => {
]} ]}
> >
<UploadImage <UploadImage
disabled={customer.isService}
multiple={false} multiple={false}
name="commonImageList" name="commonImageList"
limit={imgConfig.commonImageList.limit} limit={imgConfig.commonImageList.limit}
...@@ -165,7 +164,6 @@ const FormRuleVPictures = forwardRef((props, ref) => { ...@@ -165,7 +164,6 @@ const FormRuleVPictures = forwardRef((props, ref) => {
]} ]}
> >
<UploadImage <UploadImage
disabled={customer.isService}
name="cardImageList" name="cardImageList"
limit={imgConfig.cardImageList.limit} limit={imgConfig.cardImageList.limit}
pictures={cardImageList} pictures={cardImageList}
...@@ -186,7 +184,6 @@ const FormRuleVPictures = forwardRef((props, ref) => { ...@@ -186,7 +184,6 @@ const FormRuleVPictures = forwardRef((props, ref) => {
extra={imgConfig.imageList.renderExtra()} extra={imgConfig.imageList.renderExtra()}
> >
<UploadImage <UploadImage
disabled={customer.isService}
name={key} name={key}
limit={11} limit={11}
pictures={imageList[key]} pictures={imageList[key]}
...@@ -211,7 +208,6 @@ const FormRuleVPictures = forwardRef((props, ref) => { ...@@ -211,7 +208,6 @@ const FormRuleVPictures = forwardRef((props, ref) => {
extra={imgConfig.detailImageList.renderExtra()} extra={imgConfig.detailImageList.renderExtra()}
> >
<UploadImage <UploadImage
disabled={customer.isService}
limit={imgConfig.detailImageList.limit} limit={imgConfig.detailImageList.limit}
name="detailImageList" name="detailImageList"
pictures={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