mirror of
https://github.com/VickScarlet/lifeRestart.git
synced 2026-04-16 21:02:42 +08:00
增加微信小程序版
This commit is contained in:
7
liferestartWX/utils/wux/cell-group/index.wxml
Normal file
7
liferestartWX/utils/wux/cell-group/index.wxml
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