修正优化券模板设置字段限制
This commit is contained in:
parent
d6da93a358
commit
10463263e3
|
@ -47,8 +47,8 @@ export default class edittemplate extends React.Component {
|
|||
text:'我的券'
|
||||
}
|
||||
],
|
||||
defaultText:'',
|
||||
selectText:'',
|
||||
defaultText:'#ccc',
|
||||
selectText:'#000',
|
||||
background:''
|
||||
}
|
||||
}
|
||||
|
|
|
@ -101,7 +101,7 @@ export default class Searchbar extends React.Component {
|
|||
this.setState({ placeholder: '' })
|
||||
Bus.emit('placeholder', '')
|
||||
}}
|
||||
value={placeholder} placeholder={"请输入"} labelWidth={'0px'} maxLength={10} height={'36px'} width={'300px'} alignment={'left'} />
|
||||
value={placeholder} placeholder={"请输入"} labelWidth={'0px'} maxLength={9} height={'36px'} width={'300px'} alignment={'left'} />
|
||||
</FormItem>
|
||||
</Form>
|
||||
</div>
|
||||
|
|
|
@ -130,8 +130,8 @@ let couponProduct_list = {
|
|||
text:'我的券'
|
||||
}
|
||||
],
|
||||
defaultText:'',
|
||||
selectText:'',
|
||||
defaultText:'#ccc',
|
||||
selectText:'#000',
|
||||
background:''
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue