<view class="ui-add" @tap="addmore"></view>
<button open-type="getUserInfo" @getuserinfo="bindGetUserInfo" withCredentials="true">授权登录</button>
<button @tap="getUserProfile"> 获取头像昵称 </button>
编译之后
<view class="ui-add" bindtap="{{a}}"></view><button open-type="getUserInfo" bindgetuserinfo="{{b}}" withCredentials="true">授权登录</button><button bindtap="{{c}}"> 获取头像昵称 </button>