diff --git a/lib/mine/minePersonInfo/minePersonInfoResetPassword/minePersonInfoResetPassword_page.dart b/lib/mine/minePersonInfo/minePersonInfoResetPassword/minePersonInfoResetPassword_page.dart index feb5d399..66a5cb95 100755 --- a/lib/mine/minePersonInfo/minePersonInfoResetPassword/minePersonInfoResetPassword_page.dart +++ b/lib/mine/minePersonInfo/minePersonInfoResetPassword/minePersonInfoResetPassword_page.dart @@ -31,12 +31,12 @@ class _MinePersonInfoResetPasswordPageState backgroundColor: AppColors.mainBackgroundColor, appBar: F.sw( skyCall: () => TitleAppBar( - barTitle: TranslationLoader.lanKeys!.resetPasswords!.tr, + barTitle: '重置密码'.tr, haveBack: true, backgroundColor: AppColors.mainColor, ), xhjCall: () => TitleAppBar( - barTitle: TranslationLoader.lanKeys!.resetPasswords!.tr, + barTitle: '重置密码'.tr, haveBack: true, backgroundColor: Colors.white, iconColor: AppColors.blackColor, @@ -95,10 +95,10 @@ class _MinePersonInfoResetPasswordPageState }, isPwd: true, leftWidget: Text( - "${TranslationLoader.lanKeys!.originalPassword!.tr} ", + '${TranslationLoader.lanKeys!.originalPassword!.tr} ', style: TextStyle(fontSize: 22.sp), ), - hintText: "", + hintText: '', inputFormatters: [ LengthLimitingTextInputFormatter(20), ]), @@ -109,10 +109,10 @@ class _MinePersonInfoResetPasswordPageState }, isPwd: true, leftWidget: Text( - "${TranslationLoader.lanKeys!.newPassword!.tr} ", + '${TranslationLoader.lanKeys!.newPassword!.tr} ', style: TextStyle(fontSize: 22.sp), ), - hintText: "", + hintText: '', inputFormatters: [ LengthLimitingTextInputFormatter(20), ]), @@ -124,10 +124,10 @@ class _MinePersonInfoResetPasswordPageState isPwd: true, // isHaveLeftWidget: false, leftWidget: Text( - "${TranslationLoader.lanKeys!.surePassword!.tr} ", + '${'确认密码'.tr} ', style: TextStyle(fontSize: 22.sp), ), - hintText: "", + hintText: '', inputFormatters: [ LengthLimitingTextInputFormatter(20), ]), diff --git a/pre_build.sh b/pre_build.sh index 95cc11b7..ae698199 100755 --- a/pre_build.sh +++ b/pre_build.sh @@ -106,4 +106,4 @@ echo -e "\n* 没有发现废弃 API,开始编译" # 编译命令 #flutter clean && flutter pub get flutter build apk --flavor $environment -t $main_file -flutter build ios --flavor $environment -t $main_file +#flutter build ios --flavor $environment -t $main_file diff --git a/pubspec.yaml b/pubspec.yaml index d2455ea8..1d8b2693 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -81,8 +81,9 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev # 1.0.70+2024072402:xhj 线上环境,提交测试:回归 bug # 1.0.71+2024072901:xhj 线上环境,提交测试:回归 bug # 1.0.71+2024072902:xhj 线上环境,提交测试:回归 bug +# 1.0.72+2024080501:xhj 线上环境,提交测试:回归 bug -version: 1.0.71+2024072902 +version: 1.0.72+2024080501 environment: sdk: '>=2.12.0 <3.0.0'