更新语言
This commit is contained in:
@@ -100,7 +100,7 @@ class _UpdateUserTelPageState extends State<UpdateUserTelPage> {
|
||||
if (loginController.model.updatePhone == null ||
|
||||
loginController.model.updatePhone == '') {
|
||||
NewTopSlideNotification.show(
|
||||
text: "请输入手机号",
|
||||
text: "请输入手机号".tr,
|
||||
textColor: themeController.currentColor.sc9,
|
||||
);
|
||||
return;
|
||||
@@ -183,7 +183,7 @@ class _UpdateUserTelPageState extends State<UpdateUserTelPage> {
|
||||
padding: EdgeInsetsDirectional.fromSTEB(
|
||||
60.rpx, 0, 35.rpx, 0),
|
||||
child: Text(
|
||||
"原手机号码" + ":" + "${getHidePhone()}",
|
||||
"原手机号码".tr + ":" + "${getHidePhone()}",
|
||||
style: TextStyle(
|
||||
color: themeController.currentColor.sc3,
|
||||
fontSize: AppConstants().normal_text_fontSize,
|
||||
|
||||
Reference in New Issue
Block a user