lex 1 年之前
父節點
當前提交
49f28d35d4
共有 2 個文件被更改,包括 4 次插入3 次删除
  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,
           data: {
             clientId: this.clientId,
-            type: 'REGISTER',
+            type: 'LOGIN',
             mobile: this.phone
           }
         });
@@ -95,7 +95,7 @@ export default defineComponent({
         this.code = '';
         setTimeout(() => {
           this.updateIdentifyingCode();
-        }, 500)
+        }, 500);
       }
     }
   },

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

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