1 line
581 B
Plaintext
1 line
581 B
Plaintext
<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> |