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

10 行
462 B

  1. <view class="login-body">
  2. <view class="login-logo">
  3. <image src="{{mallImgUrl}}"></image>
  4. </view>
  5. <view class="login-btn">
  6. <!-- <i-button i-class="login-btn-login" bind:click="getPhoneNumber">微信登陆</i-button> -->
  7. <button open-type="getPhoneNumber" hover-class='active' wx:if="{{canIUse}}" class="login-btn-login" bindgetphonenumber="getPhoneNumber">授权手机号</button>
  8. <view wx:else>请升级微信版本</view>
  9. </view>
  10. </view>