李志伟 2 years ago
parent
commit
9cae5e6d35
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/pages/addBankCard/index.jsx

+ 1
- 1
src/pages/addBankCard/index.jsx View File

95
           <View className='cellLeft'>
95
           <View className='cellLeft'>
96
             <View className='label'>卡号</View>:
96
             <View className='label'>卡号</View>:
97
           </View>
97
           </View>
98
-          <Input type='number' maxlength='19' value={bankCode} onInput={(e) => setBankCode(e.detail.value)} placeholder='请输入有效卡号' />
98
+          <Input type='number' value={bankCode} onInput={(e) => setBankCode(e.detail.value)} placeholder='请输入有效卡号' />
99
         </View>
99
         </View>
100
         <View className='addCardCell'>
100
         <View className='addCardCell'>
101
           <View className='cellLeft'>
101
           <View className='cellLeft'>