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 + + + 打造面料爆品 专注客户服务 + + + + 微信一键登录 + + + + 我已阅读并同意 + + +}