Commit ca00e538 authored by 李腾's avatar 李腾

fix: 修改门店地址详情长度限制

parent d3e54042
...@@ -286,7 +286,7 @@ const StoreModal = props => { ...@@ -286,7 +286,7 @@ const StoreModal = props => {
{getFieldDecorator('address', { {getFieldDecorator('address', {
rules: [{ required: true, message: '请输入详细地址!' }], rules: [{ required: true, message: '请输入详细地址!' }],
initialValue: formData.address, initialValue: formData.address,
})(<Input placeholder="请输入详细地址" allowClear maxLength={100} />)} })(<Input placeholder="请输入详细地址" allowClear maxLength={50} />)}
</FormItem> </FormItem>
<FormItem label="经纬度"> <FormItem label="经纬度">
{getFieldDecorator('lnglat', { {getFieldDecorator('lnglat', {
......
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