忘记密码code修改

This commit is contained in:
2026-06-11 14:45:02 +08:00
parent 39c30a0a4e
commit 5e4855ccd9
2 changed files with 2 additions and 2 deletions

View File

@ -852,7 +852,7 @@ const handleMarketFormLinkage = async (type: 'level' | 'parentAccountName', valu
const levelNum = Number(marketForm.value?.level)
if (levelNum === 5) flag = 1
if (levelNum === 6) flag = 2
console.log('datasssssssssssss', marketForm.value)
console.log('datasssssssssssss', marketForm.value)
const data = await getParAgentListApi({ role_id: +value === 6 ? 5 : value, flag })
//
marketFormOptionsMap.value.parentAccountName = data.map((item: any) => ({

View File

@ -165,7 +165,7 @@ const sendCodeApi = async () => {
const sendParams = {
email: forgotPasswordForm.value.email,
mobile: forgotPasswordForm.value.phone,
type: 'transfer_code'
type: 'resetPass_code'
}
return userStore.sendCode(sendParams)
}