start.wxml 289 字节
<!--pages/start/start.wxml-->
<view class='page'>
                <view class='information'>
                        <image src='{{imgUrl}}logo.png'></image>
        </view>
        <button open-type='getUserInfo' bindgetuserinfo='getUserInfo' class='color'>立即开启</button>
</view>