greenPro/unpackage/dist/dev/mp-weixin/wxcomponents/vant/info/index.wxml

8 lines
228 B
Plaintext

<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>