This commit is contained in:
hailin 2025-03-15 13:46:21 +08:00
parent 59c41711e3
commit ecbb83315f
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ export function MixSignUp(props: {
await service.post('/api/v1/customer/uregister', {
user_name: username,
Referral: "Referral",
password: md5(passwordValue),
password: md5(password),
}).then(function (result: any) {
setIsLoading(false);
console.log("result:", result)