Blame view

src/ui/vant-weapp/info/index.wxml 228 Bytes
simon committed
1 2
<wxs src="../wxs/utils.wxs" module="utils" />

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