Blame view

wxcomponents/vant/info/index.wxml 228 Bytes
4b045f7c   刘淇   江阴初始化项目
1
2
3
4
5
6
7
  <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>