Ver Fonte

验证码改为6位数

lifanagju_citu há 1 ano atrás
pai
commit
592d33acbc

+ 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>