auth2.wxml 365 B

123456789
  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: 750rpx; height: 170rpx"></image>
  8. </button>
  9. </view>