This commit is contained in:
wyf
2025-08-02 14:10:07 +08:00
parent 9dc0f55ab6
commit ff00ed60c0
40 changed files with 150 additions and 126 deletions

View File

@@ -80,7 +80,7 @@ class BlueteethBindController extends GetControllerEx<BlueteethBindModel> {
RxMap selectWifi = {}.obs; //正在连接wifi信息
int returnPage = 0; //0返回首页 1.返回设备列表
var shareDevice;//分享设备信息
var shareDevice; //分享设备信息
// 安全展示 TopSlideNotification
void safeShowNotification(String msg) {
@@ -378,7 +378,7 @@ class BlueteethBindController extends GetControllerEx<BlueteethBindModel> {
return res;
}
} else {
return ApiResponse(code: -1, msg: "服务器.失败".tr);
return ApiResponse(code: -1, msg: "失败".tr);
}
} catch (e) {
EasyDartModule.logger.info("蓝牙绑定.绑定异常: $e");
@@ -430,7 +430,7 @@ class BlueteethBindController extends GetControllerEx<BlueteethBindModel> {
}
apiResponse.msg = res.msg ?? apiResponse.msg;
} else {
return ApiResponse(code: -1, msg: "服务器.失败".tr);
return ApiResponse(code: -1, msg: "失败".tr);
}
return apiResponse;
} catch (e) {