cmy 1 year ago
parent
commit
3e3a5410f6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/capital/setting/index.vue

+ 2 - 2
src/pages/capital/setting/index.vue

@@ -29,11 +29,11 @@
         </FormItem>
         <FormItem label="银行卡号:" prop="bank_code">
           <Input
-            maxlength="19"
+            maxlength="30"
             show-word-limit
             v-model="formItem.bank_code"
             type="text"
-            placeholder="不超过19字"
+            placeholder="不超过30字"
             class="input"
           ></Input>
         </FormItem>