小程序源码
This commit is contained in:
4
source/wx/xzs-student/component/iView/avatar/index.wxml
Normal file
4
source/wx/xzs-student/component/iView/avatar/index.wxml
Normal file
@@ -0,0 +1,4 @@
|
||||
<view class="i-class i-avatar i-avatar-{{ shape }} i-avatar-{{ size }} {{ src ? 'i-avatar-image' : '' }}">
|
||||
<image src="{{ src }}" wx:if="{{ src !== '' }}"></image>
|
||||
<view class="i-avatar-string" wx:else><slot></slot></view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user