修正优化券模板设置字段限制
This commit is contained in:
parent
d6da93a358
commit
10463263e3
|
@ -47,8 +47,8 @@ export default class edittemplate extends React.Component {
|
||||||
text:'我的券'
|
text:'我的券'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
defaultText:'',
|
defaultText:'#ccc',
|
||||||
selectText:'',
|
selectText:'#000',
|
||||||
background:''
|
background:''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
|
@ -130,8 +130,8 @@ let couponProduct_list = {
|
||||||
text:'我的券'
|
text:'我的券'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
defaultText:'',
|
defaultText:'#ccc',
|
||||||
selectText:'',
|
selectText:'#000',
|
||||||
background:''
|
background:''
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue