Explorar el Código

验证码改为6位数

lifanagju_citu hace 1 año
padre
commit
592d33acbc
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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>