|
@@ -17,7 +17,7 @@
|
|
|
<!-- 自定义分组 -->
|
|
|
<view class="group-box">
|
|
|
<view class="title">自定义群组</view>
|
|
|
- <van-swipe-cell id="swipe-cell" async-close bind:close="onClose" right-width="{{ 120 }}" wx:for="{{myGroup}}" wx:key="item.groupname" bind:close="onClose">
|
|
|
+ <van-swipe-cell id="swipe-cell" async-close right-width="{{ 120 }}" wx:for="{{myGroup}}" wx:key="item.groupname" bind:close="onClose">
|
|
|
<van-cell-group>
|
|
|
<navigator url="#" class="group" bindtap="toCheckList" data-item="{{item}}">
|
|
|
<view class="icon" style="background: #52C41A;">
|