Przeglądaj źródła

1、优化弹窗问题

tags/0.0.17+9^0
PH2 3 lat temu
rodzic
commit
98a5a92b1e
1 zmienionych plików z 2 dodań i 2 usunięć
  1. +2
    -2
      lib/pages/home_page/home_page.dart

+ 2
- 2
lib/pages/home_page/home_page.dart Wyświetl plik

@@ -370,7 +370,7 @@ class _HomePageState extends State<HomePage> with WidgetsBindingObserver, Ticker
/// 3、活动弹窗
///
Future _showPolicy() async {
await Future.delayed(Duration(milliseconds: 1000), () async {
Future.delayed(Duration(milliseconds: 1000), () async {
// 通知弹窗
///每打开5次检查一次权限
String showNotiPermissionTime = await SharedPreferencesUtil.getStringValue(Constants.showNotiPermissionTime, defaultVal: "5");
@@ -418,7 +418,7 @@ class _HomePageState extends State<HomePage> with WidgetsBindingObserver, Ticker
IntellectCreate.checkAndCreateFirst(context);
});

await Future.delayed(Duration(seconds: 3), () async {
Future.delayed(Duration(seconds: 3), () async {
//debug app不更新 app更新插件
await AppUpdateUtil.initXUpdate();
// 检查app更新


Ładowanie…
Anuluj
Zapisz