Explorar el Código

[feat]商店页,iOS平台的UI调整

hezihao hace 7 meses
padre
commit
a19f31f5ea
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      lib/widget/platform_util.dart

+ 2 - 2
lib/widget/platform_util.dart

@@ -12,10 +12,10 @@ class PlatformUtil {
 
   static bool get isAndroid => Platform.isAndroid;
 
-  static bool get isIOS => Platform.isIOS;
+  // static bool get isIOS => Platform.isIOS;
 
   /// 切换注释,就可以用来测试iOS平台的效果
-  // static bool get isIOS => true;
+  static bool get isIOS => true;
 
   static bool get isFuchsia => Platform.isFuchsia;