diff --git a/dev-dist/sw.js b/dev-dist/sw.js index eb5efe1..c6d5f03 100644 --- a/dev-dist/sw.js +++ b/dev-dist/sw.js @@ -82,7 +82,7 @@ define(['./workbox-e7681877'], (function (workbox) { 'use strict'; "revision": "3ca0b8505b4bec776b69afdba2768812" }, { "url": "index.html", - "revision": "0.k80r95n1blo" + "revision": "0.6dtlsl90suo" }], {}); workbox.cleanupOutdatedCaches(); workbox.registerRoute(new workbox.NavigationRoute(workbox.createHandlerBoundToURL("index.html"), { diff --git a/src/components/ServiceItem.tsx b/src/components/ServiceItem.tsx index fc36008..2a0060f 100644 --- a/src/components/ServiceItem.tsx +++ b/src/components/ServiceItem.tsx @@ -23,11 +23,11 @@ const ServiceItem: FC = (props: Props) => { return (
-
+
{item.name}
-
+
{item.name}
{ diff --git a/src/pages/auth/Login.tsx b/src/pages/auth/Login.tsx index 13875fe..841b700 100644 --- a/src/pages/auth/Login.tsx +++ b/src/pages/auth/Login.tsx @@ -10,17 +10,16 @@ const Login: FC = () => { const { stepLogin, phone, email } = useAuthStore() - console.log(phone, email, stepLogin); - return (
- -
+
+ + { stepLogin === 1 ? diff --git a/src/pages/auth/Register.tsx b/src/pages/auth/Register.tsx index 4ddf1c8..6364c2c 100644 --- a/src/pages/auth/Register.tsx +++ b/src/pages/auth/Register.tsx @@ -18,37 +18,44 @@ const Register: FC = () => { return (
-
-
- -
-

- {t('auth.welcome')} -

-

- {t('auth.enter_information')} -

-
+
+
- { - stepLogin === 1 ? - - : - - } +
+ + +
+
+

+ {t('auth.welcome')} +

+

+ {t('auth.enter_information')} +

+
-
-

- {t('auth.before_registered')} -

- -
{t('auth.login')}
- + { + stepLogin === 1 ? + + : + + } + +
+

+ {t('auth.before_registered')} +

+ +
{t('auth.login')}
+ +
+ +
-
+