Du kan inte välja fler än 25 ämnen
Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
|
- <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>
|