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

8 lines
228 B
Plaintext
Raw Permalink Normal View History

2024-06-02 14:51:29 +00:00
<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>