|
@@ -132,6 +132,8 @@ const sendCodeImpl = async () => {
|
|
|
const sendCode = debounce(sendCodeImpl)
|
|
const sendCode = debounce(sendCodeImpl)
|
|
|
|
|
|
|
|
const submitImpl = async () => {
|
|
const submitImpl = async () => {
|
|
|
|
|
+ console.log('cc')
|
|
|
|
|
+
|
|
|
if (!(await validate())) return
|
|
if (!(await validate())) return
|
|
|
|
|
|
|
|
const { code, data, msg } = await updUserPwdApi(form)
|
|
const { code, data, msg } = await updUserPwdApi(form)
|