Skip to content

Commit

Permalink
object: (圣 圣诞节前屏蔽直接登录按钮
Browse files Browse the repository at this point in the history
  • Loading branch information
light authored and light committed Dec 10, 2018
1 parent 1ea734d commit a13b4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/containers/login/Banner.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default class Banner extends Component {
style={{ display: this.props.showNavLeft ? 'flex' : 'none' }}
source={require('../../../res/images/common/icon_back_white.png')}/>
</TouchableOpacity>
<TouchableOpacity style={{display: Date.now() > new Date('2018-09-12').getTime() ? 'flex' : 'none'}} onPress={this.props.onNavRightPress}>
<TouchableOpacity style={{display: Date.now() > new Date('2018-12-25').getTime() ? 'flex' : 'none'}} onPress={this.props.onNavRightPress}>
<TextPingFang style={[styles.text_nav_right, { display: this.props.showNavRight ? 'flex' : 'none' }]}>直接使用</TextPingFang>
</TouchableOpacity>
</View>
Expand Down

0 comments on commit a13b4d9

Please sign in to comment.