userInfo.wxml 246 B

12345678910
  1. <view >
  2. <view class="titles">
  3. 请点击确认按钮,开启知识比拼。
  4. </view>
  5. <view class="conditions">
  6. <button open-type="getUserInfo" lang="zh_CN" bindgetuserinfo="onGotUserInfo">
  7. 确认
  8. </button>
  9. </view>
  10. </view>