1 line
861 B
Plaintext
1 line
861 B
Plaintext
<block wx:if="{{visible}}"><view class="data-v-30c0fcc0"><view class="{{['tn-toast-class','tn-toast','data-v-30c0fcc0',toastClass]}}" style="{{$root.s0}}"><block wx:if="{{image}}"><image class="{{['tn-toast__img','data-v-30c0fcc0',(title||content)?'tn-margin-bottom-sm':'']}}" src="{{image}}"></image></block><block wx:if="{{icon}}"><view class="tn-toast__icon data-v-30c0fcc0"><view class="{{['data-v-30c0fcc0','tn-icon-'+icon]}}"></view></view></block><block wx:if="{{title}}"><view class="{{['tn-toast__text','data-v-30c0fcc0',haveIcon||haveContent?'':'tn-toast--unicon']}}">{{title}}</view></block><block wx:if="{{haveContent}}"><view class="tn-toast__text tn-toast__content data-v-30c0fcc0">{{content}}</view></block></view><view class="{{['tn-toast__mask','data-v-30c0fcc0',visible?'tn-toast__mask--show':'']}}" style="{{$root.s1}}"></view></view></block> |