init project

This commit is contained in:
limqhz
2020-06-21 16:27:58 +08:00
commit e8fe10b5fb
178 changed files with 9964 additions and 0 deletions

15
pages/login/index.wxml Normal file
View File

@@ -0,0 +1,15 @@
<!--pages/login/index.wxml-->
<header isHistory="{{true}}" isGoHome="{{isGoHome}}"></header>
<view class='container' wx:if="{{!isLogin}}">
<button class='login-btn' bindtap='loginClick'>登录</button>
<button class='register-btn' bindtap='registerClick'>注册</button>
<view class='line-between'>
<view class='line-between-text'>快速微信登录</view>
</view>
<view class='wechat-btn'>
<button open-type='getUserInfo' bindgetuserinfo='wxLogin' ></button>
<image src='../../images/47@3x.png' bindtap='wxLogin'></image>
</view>
</view>
<view class='unclick-mask' wx:if="{{showUnclickMask}}"></view>