Commit 556cb926 by 修福龙

新增无码商品功能

parent 17976493
...@@ -472,15 +472,15 @@ class VerticalPage extends Component { ...@@ -472,15 +472,15 @@ class VerticalPage extends Component {
style={{backgroundColor: '#fc4000', marginRight: 50}}> style={{backgroundColor: '#fc4000', marginRight: 50}}>
<Text style={styles.btnText}>输入条码</Text> <Text style={styles.btnText}>输入条码</Text>
</Touch> </Touch>
{/*<Touch*/} <Touch
{/* onPress={() => this.props.handleCodeless()}*/} onPress={() => this.props.handleCodeless()}
{/* style={{*/} style={{
{/* backgroundColor: '#fc4000',*/} backgroundColor: '#fc4000',
{/* marginRight: 50,*/} marginRight: 50,
{/* marginLeft: 50,*/} marginLeft: 50,
{/* }}>*/} }}>
{/* <Text style={styles.btnText}>无码商品</Text>*/} <Text style={styles.btnText}>无码商品</Text>
{/*</Touch>*/} </Touch>
<Touch <Touch
onPress={this.props.clearList} onPress={this.props.clearList}
style={{backgroundColor: '#fc4000', marginLeft: 50}}> style={{backgroundColor: '#fc4000', marginLeft: 50}}>
......
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