更新验证码选择区号

This commit is contained in:
wyf
2025-12-10 15:22:17 +08:00
parent 793dddfba8
commit fb5a17830b
19 changed files with 671 additions and 438 deletions

View File

@@ -74,6 +74,20 @@ class UserInfoController extends GetControllerEx<UserInfoModel> {
FluwxCancelable? fluwxCancelable;
final Fluwx fluwx = Fluwx();
List<Map<String, String>> country_code = [
{
"name": "中国",
"id": "+86",
},
{
"name": "香港",
"id": "+852",
},
];
RxString select_country_code = "+86".obs;
RxInt select_login_method = 1.obs;//1手机 2邮箱
Future<ApiResponse> uploadImg() async {
EasyDartModule.logger.info("请求上传图片");
DailyLogUtils.writeLog("请求上传图片");