瀏覽代碼

1、优化弹窗问题

tags/0.0.17+9^0
PH2 3 年之前
父節點
當前提交
98a5a92b1e
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      lib/pages/home_page/home_page.dart

+ 2
- 2
lib/pages/home_page/home_page.dart 查看文件

@@ -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更新


Loading…
取消
儲存