소스 검색

验证码改为6位数

lifanagju_citu 1 년 전
부모
커밋
592d33acbc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sheep/components/s-auth-modal/components/reset-password.vue

+ 1 - 1
sheep/components/s-auth-modal/components/reset-password.vue

@@ -41,7 +41,7 @@
           placeholder="请输入验证码"
           v-model="state.model.code"
           type="number"
-          maxlength="4"
+          maxlength="6"
           :inputBorder="false"
         />
       </uni-forms-item>