Explorar el Código

1.修改改获取UDID方式

tags/0.0.12+4
“yanghuaxuan” hace 3 años
padre
commit
e02763b65a
Se han modificado 2 ficheros con 0 adiciones y 4 borrados
  1. +0
    -1
      lib/pages/home_page/home_page.dart
  2. +0
    -3
      lib/register.dart

+ 0
- 1
lib/pages/home_page/home_page.dart Ver fichero

@@ -371,7 +371,6 @@ class _HomePageState extends LifeState<HomePage> with WidgetsBindingObserver, Ti
// 检查app更新
await AppUpdateUtil.updateApp(context);


});

IntellectCreate.checkAndCreateFirst(context);


+ 0
- 3
lib/register.dart Ver fichero

@@ -168,9 +168,6 @@ class BaseWidgetRegister {
// 初始化百川sdk
FlutterAlibc.initAlibc(version: "", appName: "").then((result) async {
Logger.debug('初始化百川sdk ${result.errorCode} ${result.errorMessage}');
Timer(Duration(milliseconds: 1000), () async {
await NetUtil.getImei();
});
});
});



Cargando…
Cancelar
Guardar