19 changed files with 64 additions and 107 deletions
@ -1,5 +1,5 @@ |
|||
<!--components/image-botton/index.wxml--> |
|||
<view class="image-button" bindtap="onTap"> |
|||
<view class="image-button" bindtap="{{disable ? '' : 'onTap'}}"> |
|||
<image class="image-btn-bg" src="{{disable ? 'images/btn_bg_disable.png':'images/btn_bg.png'}}"></image> |
|||
{{title}} |
|||
</view> |
|||
|
After Width: | Height: | Size: 2.1 KiB |
Loading…
Reference in new issue