iOS
时间:2020-06-03 15:23:39
收藏:0
阅读:93
//忘记密码页面
self.loginButtonTitleLabel.text = NSLocalizedString(@"remember_password_tip", nil);
self.pageTitle.text = NSLocalizedString(@"forgot_password", nil);
评论(0)