|
@@ -65,11 +65,11 @@ export default class SelectSearch extends Component {
|
|
|
<View className="lmb-wrap">
|
|
|
<View className="scoped-login">
|
|
|
<Image className="sl-bg" src={bg} />
|
|
|
- <View className="sl-p2">为了提供更优质的服务和体验,消息提醒、问答、楼盘/学校的关注以及评论、浏览记录、会员定制、活动助力等需要微信登录后才能使用</View>
|
|
|
+ <View className="sl-p2">为了提供更优质的服务和体验,消息提醒、问答、楼盘/学校的关注以及评论、浏览记录、会员定制、活动助力等需要手机号快捷登录后才能使用</View>
|
|
|
</View>
|
|
|
<View className="l-floor-footer t2">
|
|
|
<View className="lff-flex">
|
|
|
- <Button open-type="getPhoneNumber" onGetPhoneNumber={this.getPhoneNumber.bind(this)} className="lff-btn full">微信登录</Button>
|
|
|
+ <Button open-type="getPhoneNumber" onGetPhoneNumber={this.getPhoneNumber.bind(this)} className="lff-btn full">手机号快捷登录</Button>
|
|
|
</View>
|
|
|
</View>
|
|
|
</View>
|