浏览代码

验证码改为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>