mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
微信登录版
This commit is contained in:
7
wechat_v2/miniprogram_npm/@vant/weapp/info/index.wxml
Normal file
7
wechat_v2/miniprogram_npm/@vant/weapp/info/index.wxml
Normal file
@@ -0,0 +1,7 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user