wszhyWx/unpackage/dist/dev/mp-weixin/node-modules/uview-ui/components/u-toast/u-toast.wxml

1 line
467 B
Plaintext
Raw Normal View History

2023-12-07 09:32:49 +00:00
<view class="{{['u-toast','data-v-7c5492c7',isShow?'u-show':'','u-type-'+tmpConfig.type,'u-position-'+tmpConfig.position]}}" style="{{'z-index:'+(uZIndex)+';'}}"><view class="u-icon-wrap data-v-7c5492c7"><block wx:if="{{tmpConfig.icon}}"><u-icon class="u-icon data-v-7c5492c7" vue-id="255e32ed-1" name="{{iconName}}" size="{{30}}" color="{{tmpConfig.type}}" bind:__l="__l"></u-icon></block></view><text class="u-text data-v-7c5492c7">{{tmpConfig.title}}</text></view>