| @@ -462,7 +462,6 @@ render() { | |||||
| <Text style={styles.bottomQrcode1Str}>公众号</Text> | <Text style={styles.bottomQrcode1Str}>公众号</Text> | ||||
| </View> | </View> | ||||
| <Text style={styles.bottomPlacehold}>{this.state.versionInfo}</Text> | <Text style={styles.bottomPlacehold}>{this.state.versionInfo}</Text> | ||||
| {/* <Text style={styles.bottomPlacehold}>{this.state.heartConfig}</Text> */} | |||||
| </View> | </View> | ||||
| </ImageBackground> | </ImageBackground> | ||||
| ); | ); | ||||
| @@ -700,6 +699,10 @@ render() { | |||||
| flex: 5, | flex: 5, | ||||
| width:'100%', | width:'100%', | ||||
| height:'100%', | height:'100%', | ||||
| // borderStyle:"solid", | |||||
| // borderWidth:1, | |||||
| // borderColor:"red", | |||||
| marginLeft:18, | |||||
| backgroundColor:'transparent' | backgroundColor:'transparent' | ||||
| }, | }, | ||||