|
|
|
|
30
|
|
30
|
|
31
|
const [checkImage, setCheckImage] = useState(false)
|
31
|
const [checkImage, setCheckImage] = useState(false)
|
32
|
|
32
|
|
33
|
- const [InputPhoneValue, setInputPhoneValue] = useState('18082043755')
|
|
|
34
|
- const [InputCodeValue, setInputCodeValue] = useState('375501')
|
|
|
|
|
33
|
+ const [InputPhoneValue, setInputPhoneValue] = useState('')
|
|
|
34
|
+ const [InputCodeValue, setInputCodeValue] = useState('')
|
35
|
const [myClosures, setMyClosure] = useState(false)
|
35
|
const [myClosures, setMyClosure] = useState(false)
|
36
|
|
36
|
|
37
|
useEffect(() => {
|
37
|
useEffect(() => {
|
|
|
|
|
111
|
} else {
|
111
|
} else {
|
112
|
setUserPhone(person.personId, { captcha: InputCodeValue, phone: InputPhoneValue }).then((e) => {
|
112
|
setUserPhone(person.personId, { captcha: InputCodeValue, phone: InputPhoneValue }).then((e) => {
|
113
|
console.log('e', e);
|
113
|
console.log('e', e);
|
114
|
- setPerson({ ...person, phone: InputPhoneValue })
|
|
|
|
|
114
|
+
|
|
|
115
|
+ setPerson(e.person)
|
115
|
// Taro.navigateTo({ url: path });
|
116
|
// Taro.navigateTo({ url: path });
|
116
|
if (loginType) {
|
117
|
if (loginType) {
|
117
|
Taro.navigateBack({
|
118
|
Taro.navigateBack({
|