Newer
Older
HydrantApplet / miniprogram / miniprogram_npm / vant-weapp / info / index.wxml
zhout on 4 Mar 2021 130 bytes first commit
<view
  wx:if="{{ info !== null && info !== '' }}"
  class="custom-class van-info"
  style="{{ customStyle }}"
>{{ info }}</view>