C端小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 rivejä
445 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="getUserInfo" wx:if="{{canIUse}}" class="login-btn-login" bindgetuserinfo="bindGetUserInfo">头像昵称授权登录</button>
  8. <view wx:else>请升级微信版本</view>
  9. </view>
  10. </view>