添加版本,打包回归测试
This commit is contained in:
parent
a4e93f7794
commit
86f98e25e2
@ -24,7 +24,7 @@
|
||||
</Testables>
|
||||
</TestAction>
|
||||
<LaunchAction
|
||||
buildConfiguration = "Debug-xhj"
|
||||
buildConfiguration = "Release-xhj"
|
||||
selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB"
|
||||
selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB"
|
||||
launchStyle = "0"
|
||||
|
||||
@ -41,7 +41,7 @@ class LockListLogic extends BaseGetXController {
|
||||
!(element.lockAlias?.contains(state.searchStr.value) ?? true));
|
||||
});
|
||||
}
|
||||
AppLog.log('lockList!.length:${_groupDataList[0].lockList!.length}');
|
||||
// AppLog.log('lockList!.length:${_groupDataList[0].lockList!.length}');
|
||||
return list;
|
||||
}
|
||||
|
||||
|
||||
@ -126,7 +126,7 @@ class _LockListXHJPageState extends State<LockListXHJPage> with RouteAware {
|
||||
),
|
||||
Expanded(
|
||||
child: Obx(() {
|
||||
AppLog.log('logic.groupDataList[0].lockList!.length:${logic.groupDataList[0].lockList!.length}');
|
||||
// AppLog.log('logic.groupDataList[0].lockList!.length:${logic.groupDataList[0].lockList!.length}');
|
||||
return ListView.builder(
|
||||
itemCount: logic.groupDataList.length ?? 0,
|
||||
itemBuilder: (BuildContext context, int index) {
|
||||
|
||||
@ -40,6 +40,7 @@ class LockMainLogic extends BaseGetXController {
|
||||
if (entity.errorCode!.codeIsSuccessful) {
|
||||
AppLog.log('请求列表调用 loadMainDataLogic');
|
||||
await loadMainDataLogic(entity.data!);
|
||||
updateZoneOffsetsAndLanguages();
|
||||
}
|
||||
return entity;
|
||||
}
|
||||
@ -76,14 +77,14 @@ class LockMainLogic extends BaseGetXController {
|
||||
//检测控制器是否存在
|
||||
if (Get.isRegistered<LockListLogic>()) {
|
||||
//设置控制器数据并刷新
|
||||
AppLog.log('检测控制器是否存 调用了 setLockListInfoGroupEntity');
|
||||
// AppLog.log('检测控制器是否存 调用了 setLockListInfoGroupEntity');
|
||||
Get.find<LockListLogic>().setLockListInfoGroupEntity(entity);
|
||||
} else {
|
||||
//延迟加载
|
||||
Future<dynamic>.delayed(200.milliseconds, () {
|
||||
if (Get.isRegistered<LockListLogic>()) {
|
||||
//设置控制器数据并刷新
|
||||
AppLog.log('检测控制器是否存 延迟调用了 setLockListInfoGroupEntity');
|
||||
// AppLog.log('检测控制器是否存 延迟调用了 setLockListInfoGroupEntity');
|
||||
Get.find<LockListLogic>().setLockListInfoGroupEntity(entity);
|
||||
}
|
||||
});
|
||||
@ -301,7 +302,7 @@ class LockMainLogic extends BaseGetXController {
|
||||
connectListener();
|
||||
|
||||
// AppLog.log('onInit() updateZoneOffsetsAndLanguages');
|
||||
updateZoneOffsetsAndLanguages();
|
||||
// updateZoneOffsetsAndLanguages();
|
||||
}
|
||||
|
||||
@override
|
||||
|
||||
@ -66,8 +66,7 @@ class _NearbyLockPageState extends State<NearbyLockPage> with RouteAware {
|
||||
child: ListView.separated(
|
||||
itemCount: state.devices.length,
|
||||
itemBuilder: (c, index) {
|
||||
return nearbyLockItem(
|
||||
'images/icon_lockGroup_item.png', state.devices[index], () {
|
||||
return nearbyLockItem('images/icon_lockGroup_item.png', state.devices[index], () {
|
||||
String advName = state.devices[index].advertisementData.advName;
|
||||
state.selectLockName.value = advName;
|
||||
logic.getServerDatetime();
|
||||
|
||||
@ -77,7 +77,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
|
||||
# 1.0.67+2024062501:xhj 线上环境,提交测试:回归 测试部门bug
|
||||
# 1.0.69+2024070301:xhj 线上环境,提交测试:周常 bug 修复
|
||||
# 1.0.69+2024070302:xhj 线上环境,提交测试:周常 bug 修复
|
||||
# 1.0.70+2024072401:xhj 线上环境,提交测试:周常 bug 修复
|
||||
# 1.0.70+2024072401:xhj 线上环境,提交测试:回归 bug
|
||||
# 1.0.70+2024072402:xhj 线上环境,提交测试:回归 bug
|
||||
|
||||
version: 1.0.70+2024072402
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user