- <!--pages/components/auth/auth.wxml-->
- <view class="auth_container">
- <button wx:if="{{showAuthName && item_data.show_data==='getUserInfo'}}"
- style="border:none; "
- open-type="getUserInfo"
- bindgetuserinfo="userInfoHandler">
- <image src="{{item_data.image}}" style="width:100%; height: 170rpx"></image>
- </button>
- </view>
- <!-- <button style="background-image:url({{item_data.image}});width:100%;height:{{(item_data.height/1080*750)+'rpx'}}"
- open-type="getUserInfo"
- bindgetuserinfo="userInfoHandler">
- </button> -->
|