index.wxml 224 字节 原文件 审查 历史 永久链接 1 2 3 4 5 6 7 <!--index.wxml--> <view class="box"> <view class='logo'> <image src="/img/logo.png"></image> </view> <button open-type="getUserInfo" bindgetuserinfo='start' class="bottomtextright" >微信授权</button> </view>