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.
|
- <view class="login-body">
- <view class="login-logo">
- <image src="{{mallImgUrl}}"></image>
- </view>
- <view class="login-btn">
- <!-- <i-button i-class="login-btn-login" bind:click="getPhoneNumber">微信登陆</i-button> -->
- <button open-type="getUserInfo" wx:if="{{canIUse}}" class="login-btn-login" bindgetuserinfo="bindGetUserInfo">头像昵称授权登录</button>
- <view wx:else>请升级微信版本</view>
- </view>
- </view>
|