huxiaoqiang hace 4 años
padre
commit
986a426fd2
Se han modificado 2 ficheros con 1 adiciones y 3 borrados
  1. 0 2
      lib/https/MyDio.dart
  2. 1 1
      lib/paegs/registered_page/registered_page.dart

+ 0 - 2
lib/https/MyDio.dart

@@ -54,8 +54,6 @@ class MyDio {
       };
       };
     }
     }
     dio = Dio(options);
     dio = Dio(options);
-    print('fmamisfmaifmasi1');
-
   }
   }
 
 
   cancelRequest(){
   cancelRequest(){

+ 1 - 1
lib/paegs/registered_page/registered_page.dart

@@ -518,6 +518,7 @@ class _RegisteredPageState extends State<RegisteredPage> {
                           ),
                           ),
                         ),
                         ),
                         Container(
                         Container(
+                          margin: EdgeInsets.only(top: 20),
                           alignment: Alignment.centerRight,
                           alignment: Alignment.centerRight,
                           child: GestureDetector(
                           child: GestureDetector(
                             onTap: () {
                             onTap: () {
@@ -532,7 +533,6 @@ class _RegisteredPageState extends State<RegisteredPage> {
                                     color: MyColors.cFF4233, fontSize: 13),
                                     color: MyColors.cFF4233, fontSize: 13),
                               ),
                               ),
                               padding: EdgeInsets.all(8),
                               padding: EdgeInsets.all(8),
-                              margin: EdgeInsets.only(top: 20),
                             ),
                             ),
                           ),
                           ),
                         ),
                         ),