|
@@ -77,7 +77,7 @@ class AddressPicker extends Component {
|
|
|
const { provinces, citys, areas, value } = this.state
|
|
|
const { pickerShow } = this.props
|
|
|
return (
|
|
|
- <View className={pickerShow ? 'address-picker-container show' : 'address-picker-container'} onClick={this.handlePickerShow.bind(this, false)}>
|
|
|
+ <View className={pickerShow ? 'address-picker-containers' : 'address-picker-container'} onClick={this.handlePickerShow.bind(this, false)}>
|
|
|
<View className="picker-content" onClick={e => { e.stopPropagation() }}>
|
|
|
<View className="dialog-header">
|
|
|
<View className="dialog-button cancel" onClick={this.handlePickerShow.bind(this, false)}>取消</View>
|