榆山
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

16 lines
684 B

<view class="wux-class {{ classes.wrap }}" hover-class="{{ classes.hover }}" style="width: {{ width }}" bindtap="onTap">
<view class="{{ classes.content }}">
<view class="{{ classes.inner }}">
<view class="{{ classes.hd }}">
<image class="{{ classes.thumb }}" src="{{ thumb }}" wx:if="{{ thumb }}" />
<block wx:else>
<slot name="header"></slot>
</block>
</view>
<view class="{{ classes.bd }}">
<view class="{{ classes.label }}" wx:if="{{ label }}">{{ label }}</view>
<slot></slot>
</view>
</view>
</view>
</view>