first commit
This commit is contained in:
7
衣莎项目/源码/YiShaXiYi/extend/wux/dist/cell-group/index.wxml
vendored
Normal file
7
衣莎项目/源码/YiShaXiYi/extend/wux/dist/cell-group/index.wxml
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<view class="wux-class {{ classes.wrap }}">
|
||||
<view class="{{ classes.hd }}" wx:if="{{ title }}">{{ title }}</view>
|
||||
<view class="{{ classes.bd }}">
|
||||
<slot></slot>
|
||||
</view>
|
||||
<view class="{{ classes.ft }}" wx:if="{{ label }}">{{ label }}</view>
|
||||
</view>
|
||||
Reference in New Issue
Block a user