|
@@ -116,7 +116,7 @@ export default withLayout((props) => {
|
116
|
116
|
<View className='title2'>欢迎进入农机手端小程序!</View>
|
117
|
117
|
<View className='loginCell'>
|
118
|
118
|
<View className='loginHeader'>+86</View>
|
119
|
|
- <Input type='number' maxlength='11' placeholder='请输入手机号' value={phone} onBlur={handlePhone} />
|
|
119
|
+ <Input type='number' maxlength='11' placeholder='请输入手机号' value={phone} onInput={handlePhone} />
|
120
|
120
|
<Button className={['loginAction',dsb?'qCodeActive':'']} disabled={dsb} onClick={dsb?'':changeqCode}>{qCodeBtn}</Button>
|
121
|
121
|
</View>
|
122
|
122
|
<View className='loginCell'>
|