honghengqiang 1 gadu atpakaļ
vecāks
revīzija
6dd05ff0c8

BIN
build/c075001b96339384a97db4862b8ab8db.cache.dill.track.dill


+ 3 - 3
build/web/flutter_service_worker.js

@@ -4,9 +4,9 @@ const TEMP = 'flutter-temp-cache';
 const CACHE_NAME = 'flutter-app-cache';
 const RESOURCES = {
   "version.json": "31e94b74b10adf8c4726b9f6a1aaac70",
-"index.html": "21e947a4cd1ebb0d049cdad26ac22eb2",
-"/": "21e947a4cd1ebb0d049cdad26ac22eb2",
-"main.dart.js": "62bc6c0422240b1d18ee140ff5ddab93",
+"index.html": "73cfd23538a74890daa46bf89eac944d",
+"/": "73cfd23538a74890daa46bf89eac944d",
+"main.dart.js": "58d78d1b06aa9df8a216bc4a3cf82ab5",
 "flutter.js": "1cfe996e845b3a8a33f57607e8b09ee4",
 "favicon.png": "6f9fbe8d82bb2e6e513a48fe5fa9a982",
 "icons/Icon-192.png": "bda638850092d23e46a7049a37ead710",

+ 1 - 1
build/web/index.html

@@ -34,7 +34,7 @@
 
   <script>
     // The value below is injected by flutter build, do not touch.
-    var serviceWorkerVersion = '1108753912';
+    var serviceWorkerVersion = '1400462937';
   </script>
   <!-- This script adds the flutter initialization JS code -->
   <script src="flutter.js" defer></script>

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 152 - 152
build/web/main.dart.js


+ 3 - 17
lib/home/contact_us.dart

@@ -10,10 +10,10 @@ class ContactUSWidget extends StatelessWidget {
   var imageWidth = 0.0;
   @override
   Widget build(BuildContext context) {
-    if(Util.isWeb()){
+    if (Util.isWeb()) {
       textSize = 30.sp;
       imageWidth = 230.r;
-    }else{
+    } else {
       textSize = 60.sp;
       imageWidth = 500.w;
     }
@@ -21,21 +21,7 @@ class ContactUSWidget extends StatelessWidget {
       child: Column(
         children: [
           Container(
-            margin: EdgeInsets.only(top: 100.h),
-            child: Text(
-              "联系我们",
-              style: TextStyle(fontSize: textSize, color: Colors.black),
-            ),
-          ),
-          Container(
-            margin: EdgeInsets.only(left: 60, right: 60, top: 30.h),
-            child: Text(
-              AppConfig.configPhone,
-              style: TextStyle(fontSize: textSize, color: Colors.black),
-            ),
-          ),
-          Container(
-            margin: EdgeInsets.only(left: 60, right: 60, top: 90.h),
+            margin: EdgeInsets.only(left: 60, right: 60, top: 180.h),
             child: Text("微信咨询",
                 style: TextStyle(fontSize: textSize, color: Colors.black)),
           ),

Daži faili netika attēloti, jo izmaiņu fails ir pārāk liels