city_card/vant/dist/info/index.wxml
2023-07-15 14:25:28 +08:00

8 lines
228 B
Plaintext
Executable File

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