yunshangxie/unpackage/dist/dev/mp-weixin/tuniao-ui/components/tn-button/tn-button.wxml

1 line
620 B
Plaintext
Raw Normal View History

2024-04-20 14:58:10 +08:00
<button class="{{['tn-btn-class','tn-btn','data-v-17fe1570',buttonClass,backgroundColorClass,fontColorClass]}}" style="{{$root.s0}}" hover-class="tn-hover" loading="{{loading}}" disabled="{{disabled}}" form-type="{{formType}}" open-type="{{openType}}" data-event-opts="{{[['getuserinfo',[['handleGetUserInfo',['$event']]]],['getphonenumber',[['handleGetPhoneNumber',['$event']]]],['contact',[['handleContact',['$event']]]],['error',[['handleError',['$event']]]],['tap',[['handleClick',['$event']]]]]}}" bindgetuserinfo="__e" bindgetphonenumber="__e" bindcontact="__e" binderror="__e" bindtap="__e"><slot></slot></button>