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