活动按钮状态流转

This commit is contained in:
2026-03-25 15:53:37 +08:00
commit 37346e790f
2762 changed files with 240282 additions and 0 deletions

View File

@@ -0,0 +1 @@
<view class="diy-search" style="{{'padding:'+(paddingTop+' '+paddingLeft)+';'+('background:'+(showStyle.background)+';')+('border-radius:'+(itemBorderRadius)+';')}}"><view class="search-input" style="{{'--placeholder-color:'+(showStyle.placeholderColor)+';'+('padding:'+(inputPaddingTop+' '+inputPaddingLeft)+';')+('background:'+(showStyle.inputBackground)+';')+('border-radius:'+(inputBorderRadius)+';')}}"><block wx:if="{{iconSearch}}"><view style="{{'background-image:'+('url('+iconSearch+')')+';'+('width:'+(iconSize)+';')+('height:'+(iconSize)+';')+('background-size:'+(iconSize)+';')}}"></view></block><input class="input-box" style="{{'font-size:'+(fontSize)+';'+('color:'+(showStyle.inputColor)+';')}}" type="text" confirm-type="search" placeholder="{{showParams.placeholder}}" placeholder-class="placeholder" data-event-opts="{{[['confirm',[['handleSearch',['$event']]]]]}}" bindconfirm="__e"/></view></view>