This commit is contained in:
parent
59c41711e3
commit
ecbb83315f
|
|
@ -103,7 +103,7 @@ export function MixSignUp(props: {
|
||||||
await service.post('/api/v1/customer/uregister', {
|
await service.post('/api/v1/customer/uregister', {
|
||||||
user_name: username,
|
user_name: username,
|
||||||
Referral: "Referral",
|
Referral: "Referral",
|
||||||
password: md5(passwordValue),
|
password: md5(password),
|
||||||
}).then(function (result: any) {
|
}).then(function (result: any) {
|
||||||
setIsLoading(false);
|
setIsLoading(false);
|
||||||
console.log("result:", result)
|
console.log("result:", result)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue