|
@@ -19,15 +19,16 @@
|
|
|
<u-icon size="24" name="/static/group/fuzeren.png"></u-icon>
|
|
<u-icon size="24" name="/static/group/fuzeren.png"></u-icon>
|
|
|
<text class="key">负责人:</text>
|
|
<text class="key">负责人:</text>
|
|
|
<text class="number">{{item.userName}}</text>
|
|
<text class="number">{{item.userName}}</text>
|
|
|
- <text>-{{item.userPhone}}</text>
|
|
|
|
|
|
|
+ <text class="phone">-{{item.userPhone}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="flex-row icon-num">
|
|
<view class="flex-row icon-num">
|
|
|
<u-icon size="24" name="/static/group/chengyuan.png"></u-icon>
|
|
<u-icon size="24" name="/static/group/chengyuan.png"></u-icon>
|
|
|
<text class="key">成员:</text>
|
|
<text class="key">成员:</text>
|
|
|
<text class="number">{{item.memberCount}}人</text>
|
|
<text class="number">{{item.memberCount}}人</text>
|
|
|
</view>
|
|
</view>
|
|
|
- <u-icon size="30" name="/static/group/xiugai.png" class="xiugai"
|
|
|
|
|
- @click.native.stop="updateGroup(item)"></u-icon>
|
|
|
|
|
|
|
+ <view class="xiugai">
|
|
|
|
|
+ <u-icon size="30" name="/static/group/xiugai.png" @click.native.stop="updateGroup(item)"></u-icon>
|
|
|
|
|
+ </view>
|
|
|
</next-swipe-action>
|
|
</next-swipe-action>
|
|
|
|
|
|
|
|
</view>
|
|
</view>
|
|
@@ -161,4 +162,4 @@
|
|
|
<style>
|
|
<style>
|
|
|
@import '/common/css/common.css';
|
|
@import '/common/css/common.css';
|
|
|
@import './index.rpx.css';
|
|
@import './index.rpx.css';
|
|
|
-</style>
|
|
|
|
|
|
|
+</style>
|