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 class="zan-cell__bd">
|
||||
<view class="zan-cell__text">{{ title }}</view>
|
||||
<view class="zan-cell__desc">{{ label }}</view>
|
||||
<view wx:if="{{ title }}" class="zan-cell__text">{{ title }}</view>
|
||||
<view wx:if="{{ label }}" class="zan-cell__desc">{{ label }}</view>
|
||||
<slot></slot>
|
||||
</view>
|
||||
|
||||
<view catchtap="navigateTo" class="zan-cell__ft">
|
||||
{{ value }}
|
||||
<block wx:if="{{ !value }}">
|
||||
<block wx:if="{{value}}">{{ value }}</block>
|
||||
<block wx:else>
|
||||
<slot name="footer"></slot>
|
||||
</block>
|
||||
</view>
|
||||
|
Loading…
x
Reference in New Issue
Block a user