C端小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

15 行
687 B

  1. <navbar home text="微信授权手机号" style="padding-top:200rpx;"></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' wx:if="{{canIUse}}" class="login-btn-login" bindgetphonenumber="getPhoneNumber">授权手机号</button>
  12. <view wx:else>请升级微信版本</view>
  13. <button hover-class='active' class="login-btn-login backHome" bindtap="backHome">取消</button>
  14. </view>
  15. </view>