注册流程
This commit is contained in:
16
components/tag/check-tag.wxml
Normal file
16
components/tag/check-tag.wxml
Normal file
@@ -0,0 +1,16 @@
|
||||
<view class="{{className}}" bind:tap="handleChange">
|
||||
<view class="{{classPrefix}}__icon">
|
||||
<t-icon wx:if="{{icon}}" name="{{icon}}" t-class="{{prefix}}-icon" />
|
||||
<slot wx:else name="icon" />
|
||||
</view>
|
||||
<view class="{{classPrefix}}__text">
|
||||
<slot />
|
||||
</view>
|
||||
<t-icon
|
||||
wx:if="{{ closable }}"
|
||||
class="{{classPrefix}}__icon-close"
|
||||
t-class="{{prefix}}-icon"
|
||||
bind:tap="handleClose"
|
||||
name="close"
|
||||
/>
|
||||
</view>
|
||||
Reference in New Issue
Block a user