Browse Source

no message

feature/v1.4
xpz2018 4 years ago
parent
commit
e7a28ea1d6
1 changed files with 1 additions and 3 deletions
  1. 4
      components/action-sheet/index.wxml

4
components/action-sheet/index.wxml

@ -7,9 +7,7 @@
{{ title }}
<van-icon name="close" custom-class="van-action-sheet__close" bind:click="onClose" />
</view>
<view wx:if="{{ description }}" class="van-action-sheet__description">
{{ description }}
</view>
<view wx:if="{{ description }}" class="van-action-sheet__description">{{ description }}</view>
<view wx:if="{{ actions && actions.length }}">
<!-- button外包一层view,防止actions动态变化,导致渲染时button被打散 -->
<button wx:for="{{ actions }}" wx:key="index" open-type="{{ item.openType }}"

Loading…
Cancel
Save