lex 1 year ago
parent
commit
49f28d35d4
2 changed files with 4 additions and 3 deletions
  1. 2 2
      src/components/m-img-code/index.tsx
  2. 2 1
      src/views/creation/index.module.less

+ 2 - 2
src/components/m-img-code/index.tsx

@@ -82,7 +82,7 @@ export default defineComponent({
           hideLoading: true,
           hideLoading: true,
           data: {
           data: {
             clientId: this.clientId,
             clientId: this.clientId,
-            type: 'REGISTER',
+            type: 'LOGIN',
             mobile: this.phone
             mobile: this.phone
           }
           }
         });
         });
@@ -95,7 +95,7 @@ export default defineComponent({
         this.code = '';
         this.code = '';
         setTimeout(() => {
         setTimeout(() => {
           this.updateIdentifyingCode();
           this.updateIdentifyingCode();
-        }, 500)
+        }, 500);
       }
       }
     }
     }
   },
   },

+ 2 - 1
src/views/creation/index.module.less

@@ -524,11 +524,12 @@
       border-radius: 50%;
       border-radius: 50%;
       overflow: hidden;
       overflow: hidden;
       margin-right: 4px;
       margin-right: 4px;
+      flex-shrink: 0;
     }
     }
 
 
     .name {
     .name {
       font-size: 12px;
       font-size: 12px;
-      color: #333333;
+      color: #402424;
       line-height: 14px;
       line-height: 14px;
     }
     }
   }
   }