阅读并同意以下协议 this.props.navigation.navigate('Agreement', { title: '金融服务协议', type: 'financial', }) } > '金融服务协议' this.props.navigation.navigate('Agreement', { title: '支付服务协议', type: 'pay', }) } > '支付服务协议' ) } agree() { const { params: { type }, } = this.props.navigation.state this.setState({ check: !this.state.check, }) if (type === 'register') { this.props.navigation.navigate('SetPwd') } else { this.props.navigation.navigate('ResetPwd') } } render() { return ( {this.tcText()} this.agree()} /> 我已阅读并同意 ) } }

const styles = StyleSheet.create({ container: { flex: 1, backgroundColor: '#F4F4F4', paddingLeft: 20, }, tcText: { marginTop: 50, paddingRight: 20, }, tcBtn: { flexDirection: 'row', marginTop: 25, }, tcBtnContent: { borderWidth: 0.5, borderColor: '#0081FF', borderRadius: 2, paddingLeft: 8, paddingRight: 8, paddingTop: 4, paddingBottom: 4, }, tcBtnText: { color: '#0081FF', fontSize: 14, }, checkbox: { flexDirection: 'row', marginTop: 25, }, checkboxIcon: { width: 20, height: 20, }, checkboxText: { marginLeft: 6, fontSize: 16, color: '#333', }, })

export default Agreement


原文地址: https://www.cveoy.top/t/topic/lgrg 著作权归作者所有。请勿转载和采集!

免费AI点我,无需注册和登录