|
@@ -1,7 +1,7 @@
|
|
|
<!--pages/components/wxbutton/wxbutton.wxml-->
|
|
|
<view wx:if="{{item_data.show_data==='getUserInfo'}}">
|
|
|
- <button class="btn" open-type="getUserInfo" bindgetuserinfo="onGetUserInfo">
|
|
|
- <image bindtap="navigator" mode="widthFix" src="{{item_data.image}}" style="width:'100%'; height:'100%';">
|
|
|
+ <button class="btn" bindtap="navigator" open-type="getUserInfo" bindgetuserinfo="onGetUserInfo">
|
|
|
+ <image mode="widthFix" src="{{item_data.image}}" style="width:'100%'; height:'100%';">
|
|
|
</image>
|
|
|
</button>
|
|
|
</view>
|