<view class="wux-class {{ classes.wrap }}">
	<view class="{{ classes.text }}" wx:if="{{ showText }}">
		{{ text }}
		<slot></slot>
	</view>
</view>