抖音c端
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

getuserinfo.ttml 591 B

2 년 전
123456789101112131415
  1. <!-- <navbar home text="抖音授权"></navbar> -->
  2. <view class="login-body" >
  3. <view class="login-logo">
  4. <image src="{{mallImgUrl}}" mode='widthFix'></image>
  5. </view>
  6. <view class="title">
  7. <text>Hi , 请登录~</text>
  8. <text>授权后,可以更好的体验我们哦~</text>
  9. </view>
  10. <view class="login-btn">
  11. <button open-type="getUserProfile" hover-class='active' class="login-btn-login" bindtap="bindGetUserInfo">获取抖音授权</button>
  12. <button hover-class='active' class="login-btn-login backHome" bindtap="backHome">取消</button>
  13. </view>
  14. </view>