Ver a proveniência

Merge branch '1.22.0_master' of http://192.168.0.138:3000/FnuoOS_ZhiYing/zhiying_base_widget into 1.22.0_master

tags/0.0.18
“yanghuaxuan” há 3 anos
ascendente
cometimento
1f01df335c
1 ficheiros alterados com 2 adições e 2 eliminações
  1. +2
    -2
      lib/pages/home_page/home_page.dart

+ 2
- 2
lib/pages/home_page/home_page.dart Ver ficheiro

@@ -376,7 +376,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");
@@ -424,7 +424,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更新


Carregando…
Cancelar
Guardar