|
@@ -157,7 +157,6 @@ export default (props) => {
|
157
|
157
|
<View className='loginPhone-box' >
|
158
|
158
|
<View className='loginPhone-box-loginPhoneView'>+86</View>
|
159
|
159
|
<Input maxlength={11} placeholder='请输入手机号码' type={Number} value={InputPhoneValue} onInput={onInputPhone} />
|
160
|
|
-
|
161
|
160
|
<ButtontWX opacity={countCenter.show_btn ? '0.7' : '11'} disabled={countCenter.show_btn} onClick={getCode} butText={countCenter.code_ts} butWidth={94} butHeight={34} butFontSize={15} butBorderRadius={10} />
|
162
|
161
|
</View>
|
163
|
162
|
<View className='loginPhone-box'>
|