dialog.wxml 285 B

12345678
  1. <!--compontents/dialog/dialog.wxml-->
  2. <view class="dialog">
  3. <view class="dialog-contain">
  4. <text>登录后可继续操作</text>
  5. <button class="btn" type="primary" open-type="getUserInfo" bindgetuserinfo="impower">授权微信后登录</button>
  6. </view>
  7. </view>