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