[本时生活小程序-线上备份]

This commit is contained in:
张慢慢
2021-05-21 15:02:18 +08:00
commit f0302de899
206 changed files with 12884 additions and 0 deletions

5
pages/login/login.wxml Normal file
View File

@@ -0,0 +1,5 @@
<!-- 微信授权 -->
<view class="loginImg">
<image src="/static/img/login_img.png" mode="widthFix"></image>
</view>
<button class="loginBtn" size="mini" hover-class="none" open-type="getUserInfo" bindgetuserinfo="userInfo" lang="zh_CN" disabled="{{isLogin}}">用户授权</button>