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

11 行
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>