更新验证码选择区号
This commit is contained in:
@@ -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("请求上传图片");
|
||||
|
||||
Reference in New Issue
Block a user