Commit 556cb926 by 修福龙

新增无码商品功能

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