login.wxml 396 B

12345678
  1. <!--pages/login/login.wxml-->
  2. <view class="dialog" catchtouchmove="touchMove">
  3. <view class="dialog-contain">
  4. <view class="text">使用您的微信登录</view>
  5. <button class="btn" wx:if="{{canIUseGetUserProfile}}" bindtap="getUserProfile">登录</button>
  6. <button class="btn" wx:else open-type="getUserInfo" bindgetuserinfo="impower">登录</button>
  7. </view>
  8. </view>