WechatOwnerService/node_modules/vant-weapp/lib/info/index.wxml
2023-09-04 16:46:29 +08:00

6 lines
130 B
Plaintext

<view
wx:if="{{ info !== null && info !== '' }}"
class="custom-class van-info"
style="{{ customStyle }}"
>{{ info }}</view>