Commit 4be703933e7185059b5549080d87aa52c737853f
1 parent
4703bbe5
no message
Showing
2 changed files
with
3 additions
and
3 deletions
CNLiveBLoginModule/Classes/Controller/CNLiveLoginController.m
| ... | ... | @@ -153,7 +153,7 @@ |
| 153 | 153 | model.thirdPartyId = userInfo.thirdPartyId; |
| 154 | 154 | |
| 155 | 155 | model.countryName = self.loginView.countryName; |
| 156 | - model.countryCode = self.loginView.countryName; | |
| 156 | + model.countryCode = self.loginView.countryCode; | |
| 157 | 157 | |
| 158 | 158 | switch (type) { |
| 159 | 159 | case CNLiveSendAuthRespApple: | ... | ... |
CNLiveBLoginModule/Classes/ThreeLogin/CNLiveBindingTelView.m
| ... | ... | @@ -27,8 +27,8 @@ |
| 27 | 27 | |
| 28 | 28 | @interface CNLiveBindingTelView()<UITextFieldDelegate,CNLiveCountDownButtonDataSource, CNLiveCountDownButtonDelegate,ChooseCountriesDelegate> |
| 29 | 29 | { |
| 30 | - NSString *_countryCode; // 国家Code | |
| 31 | - NSString *_countryName; // 国家Code | |
| 30 | + NSString *_countryName; // 国家name | |
| 31 | + NSString *_countryCode; // 国家code | |
| 32 | 32 | NSString *_verificationCode; // 验证码 |
| 33 | 33 | } |
| 34 | 34 | ... | ... |