抖音c端
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

getPhone.ttml 601 B

2 anni fa
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="getPhoneNumber" hover-class='active' class="login-btn-login" bindgetphonenumber="getPhoneNumber">授权手机号</button>
  12. <button hover-class='active' class="login-btn-login backHome" bindtap="backHome">取消</button>
  13. </view>
  14. </view>