Commit 06d4d844 authored by 陈万宝's avatar 陈万宝

feat:活动价格非必填

parent 1aa22c2a
...@@ -1024,7 +1024,7 @@ const TakeawayGoodsInfo = forwardRef((props, ref) => { ...@@ -1024,7 +1024,7 @@ const TakeawayGoodsInfo = forwardRef((props, ref) => {
name={[weightField.name, 'activityPrice']} name={[weightField.name, 'activityPrice']}
rules={[ rules={[
{ {
// required: true, required: false,
message: '活动价', message: '活动价',
}, },
]} ]}
......
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