mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
parent
18a071f609
commit
7ceeca9d4c
@ -7,14 +7,14 @@
|
|||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view class="zan-cell__bd">
|
<view class="zan-cell__bd">
|
||||||
<view class="zan-cell__text">{{ title }}</view>
|
<view wx:if="{{ title }}" class="zan-cell__text">{{ title }}</view>
|
||||||
<view class="zan-cell__desc">{{ label }}</view>
|
<view wx:if="{{ label }}" class="zan-cell__desc">{{ label }}</view>
|
||||||
<slot></slot>
|
<slot></slot>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
<view catchtap="navigateTo" class="zan-cell__ft">
|
<view catchtap="navigateTo" class="zan-cell__ft">
|
||||||
{{ value }}
|
<block wx:if="{{value}}">{{ value }}</block>
|
||||||
<block wx:if="{{ !value }}">
|
<block wx:else>
|
||||||
<slot name="footer"></slot>
|
<slot name="footer"></slot>
|
||||||
</block>
|
</block>
|
||||||
</view>
|
</view>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user