index.wxml 228 Bytes
Newer Older
李嘉林 committed
1 2 3 4
<wxs src="../wxs/utils.wxs" module="utils" />

<view
  wx:if="{{ info !== null && info !== '' || dot }}"
程默 committed
5
  class="van-info {{ utils.bem('info', { dot }) }} custom-class"
李嘉林 committed
6 7
  style="{{ customStyle }}"
>{{ dot ? '' : info }}</view>