<View style={styles.v4}>
<TouchableOpacity style={{ borderRadius: 27, overflow: ‘hidden‘, marginTop: 13 }} onPress={this.callMerchant}>
<Image
source={require(‘../../../resource/order/telephone.png‘)}
style={{ width: Utils.fontRem * 54, height: Utils.fontRem * 54 }}
resizeMode=‘contain‘
/>
</TouchableOpacity>
<Text style={{ fontSize: 14, color: ‘#333‘, marginTop: 9.5 }}>联系雇主</Text>
</View>