dialog.wxml 562 B

1234567891011
  1. <!--compontents/dialog/dialog.wxml-->
  2. <view class="dialog" catchtouchmove="touchMove">
  3. <view class="dialog-contain">
  4. <!-- <view class="title">微信授权</view> -->
  5. <!-- <image class="head-bg" src="../../static/image/reader_logo.jpg" style="background: red;"></image> -->
  6. <view class="text">使用您的微信登录</view>
  7. <!-- <view class="shuoming">获得你的公开信息(昵称、头像等)</view> -->
  8. <button class="btn" open-type="getUserInfo" bindgetuserinfo="impower">登录</button>
  9. </view>
  10. </view>