login.wxml 402 B

123456789101112131415
  1. <view class='container' style="margin-top: {{CustomBar}}px;">
  2. <view class='userinfo'>
  3. <view class='userinfo-avatar' >
  4. <open-data type="userAvatarUrl"></open-data>
  5. </view>
  6. <view class='userinfo-name'>
  7. <open-data type="userNickName"></open-data>
  8. </view>
  9. <button class="cu-btn bg-green tc fc mt20" bindtap="login" >
  10. 点击登入
  11. </button>
  12. </view>
  13. </view>