From 71246439e1bd86b358a23786bca8284802d06947 Mon Sep 17 00:00:00 2001 From: czm <2192718639@qq.com> Date: Wed, 22 Feb 2023 13:52:49 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(ID1000892=5F=E7=99=BB=E5=BD=95?= =?UTF-8?q?=E9=A1=B5=E5=BC=80=E5=8F=91):?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/login/index.tsx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/pages/login/index.tsx diff --git a/src/pages/login/index.tsx b/src/pages/login/index.tsx new file mode 100644 index 0000000..393cfe8 --- /dev/null +++ b/src/pages/login/index.tsx @@ -0,0 +1,22 @@ +import { Image, Text, View } from '@tarojs/components' +import styles from './index.module.scss' +import logo from '@/styles/image/lgo@2x.png' +import IconFont from '@/components/iconfont/iconfont' +import Checkbox from '@/components/checkbox' + +export default () => { + return + + + 打造面料爆品 专注客户服务 + + + + 微信一键登录 + + + + 我已阅读并同意 + + +}