Newer
Older
smart_construction / miniprogram / miniprogram_npm / @vant / weapp / info / index.wxml
zhout on 27 May 2020 228 bytes Initial Commit
<wxs src="../wxs/utils.wxs" module="utils" />

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