修正优化券模板设置字段限制

This commit is contained in:
许红梅 2022-09-08 11:16:42 +08:00
parent d6da93a358
commit 10463263e3
3 changed files with 5 additions and 5 deletions

View File

@ -47,8 +47,8 @@ export default class edittemplate extends React.Component {
text:'我的券' text:'我的券'
} }
], ],
defaultText:'', defaultText:'#ccc',
selectText:'', selectText:'#000',
background:'' background:''
} }
} }

View File

@ -101,7 +101,7 @@ export default class Searchbar extends React.Component {
this.setState({ placeholder: '' }) this.setState({ placeholder: '' })
Bus.emit('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> </FormItem>
</Form> </Form>
</div> </div>

View File

@ -130,8 +130,8 @@ let couponProduct_list = {
text:'我的券' text:'我的券'
} }
], ],
defaultText:'', defaultText:'#ccc',
selectText:'', selectText:'#000',
background:'' background:''
} }
} }