Merge branch 'master' into release

This commit is contained in:
anfe 2024-06-26 09:42:27 +08:00
commit 58fb182534
3 changed files with 3 additions and 3 deletions

View File

@ -148,7 +148,7 @@ class _MyAppState extends State<MyApp> with WidgetsBindingObserver, BaseWidget {
// AppLog.log('App--->进入前台');
if (Get.isRegistered<LockMainLogic>()) {
//便 token
Get.find<LockMainLogic>().getStarLockInfo();
Get.find<LockMainLogic>().getStarLockInfo(isUnShowLoading: true);
}
break;
case AppLifecycleState.detached:

View File

@ -38,7 +38,7 @@ class AppUnlockNeedMobileNetworkingLockLogic extends BaseGetXController {
//--
if (Get.isRegistered<LockMainLogic>()) {
Get.find<LockMainLogic>().getStarLockInfo();
Get.find<LockMainLogic>().getStarLockInfo(isUnShowLoading: true);
}
}
}

View File

@ -76,7 +76,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# 1.0.66+2024061802xhj 线上环境,提交测试:回归 bug
# 1.0.67+2024062501xhj 线上环境,提交测试:回归 测试部门bug
version: 1.0.67+2024062501
version: 1.0.68+2024062601
environment:
sdk: '>=2.12.0 <3.0.0'