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.

11 lines
457 B

  1. <view class="login-body">
  2. <view class="login-logo">
  3. <image src="{{mallImgUrl}}" mode='widthFix'></image>
  4. <text class='txt'>我们需要获取您的授权
  5. 以关联您的账号</text>
  6. </view>
  7. <view class="login-btn">
  8. <button open-type="getUserInfo" wx:if="{{canIUse}}" hover-class='active' class="login-btn-login" bindgetuserinfo="bindGetUserInfo">获取微信授权</button>
  9. <view wx:else>请升级微信版本</view>
  10. </view>
  11. </view>