auth2.wxml 584 B

123456789101112131415
  1. <!--pages/components/auth/auth.wxml-->
  2. <view class="auth_container">
  3. <button wx:if="{{showAuthName && item_data.show_data==='getUserInfo'}}"
  4. style="border:none; "
  5. open-type="getUserInfo"
  6. bindgetuserinfo="userInfoHandler">
  7. <image src="{{item_data.image}}" style="width:100%; height: 170rpx"></image>
  8. </button>
  9. </view>
  10. <!-- <button style="background-image:url({{item_data.image}});width:100%;height:{{(item_data.height/1080*750)+'rpx'}}"
  11. open-type="getUserInfo"
  12. bindgetuserinfo="userInfoHandler">
  13. </button> -->