会员权益

This commit is contained in:
2026-04-29 15:33:58 +08:00
commit 54965243da
2787 changed files with 242809 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>