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