You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
386 B

<view class='container'>
<image src='{{src}}' class='abc'></image>
<text>{{name}}</text>
<button open-type='getUserInfo' bindgetuserinfo='getMyInfo'>点击登录积分教室</button>
<!-- open-type='getUserInfo 表示激活获取微信用户信息功能' -->
<!-- bindgetuserinfo='getMyInfo' 表示获得的数据将传递给自定义函数getMyInfo,可以自己取-->
</view>