This commit is contained in:
2025-12-27 09:01:32 +08:00
commit 24647b844e
712 changed files with 2718 additions and 0 deletions

View File

@@ -0,0 +1 @@
<block wx:if="{{disabled}}"><view data-event-opts="{{[['tap',[['clickEvent',['$event']]]]]}}" class="action-buttom-wrap disabled" bindtap="__e">{{disabledText}}</view></block><block wx:else><view data-event-opts="{{[['tap',[['clickEvent',['$event']]]]]}}" class="{{['action-buttom-wrap',backgroundClass,textPrice?'has-second':'',background?'color-join-cart':'color-base-bg']}}" style="{{'background:'+(backgroundColor+'!important')+';'+('color:'+(textColor?textColor:'#ffffff')+';')}}" bindtap="__e"><text class="price-font">{{textPrice}}</text><text>{{text}}</text></view></block>