230320a303 4 hónapja
szülő
commit
ff3acf1fa7
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      src/components/login/Popup.jsx

+ 2 - 2
src/components/login/Popup.jsx

@@ -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>