hookehuyr

fix

1 <!-- 1 <!--
2 * @Date: 2022-09-19 14:11:06 2 * @Date: 2022-09-19 14:11:06
3 * @LastEditors: hookehuyr hookehuyr@gmail.com 3 * @LastEditors: hookehuyr hookehuyr@gmail.com
4 - * @LastEditTime: 2022-11-03 15:55:01 4 + * @LastEditTime: 2022-11-03 16:50:29
5 * @FilePath: /swx/src/pages/userManage/index.vue 5 * @FilePath: /swx/src/pages/userManage/index.vue
6 * @Description: 单个主办方管理页面 6 * @Description: 单个主办方管理页面
7 --> 7 -->
...@@ -57,7 +57,7 @@ ...@@ -57,7 +57,7 @@
57 <view @tap="toggleColum('player')" :class="[activated === 1 ? 'bg-gradient' : 'inactivate']" style="font-size: 1rem;">所有用户</view> 57 <view @tap="toggleColum('player')" :class="[activated === 1 ? 'bg-gradient' : 'inactivate']" style="font-size: 1rem;">所有用户</view>
58 </view> 58 </view>
59 <view style="display: inline-block; line-height: 60rpx; position: relative;"> 59 <view style="display: inline-block; line-height: 60rpx; position: relative;">
60 - <view @tap="toggleColum('volunteer')" :class="[activated === 2 ? 'bg-gradient' : 'inactivate']">全部成员</view> 60 + <view @tap="toggleColum('volunteer')" :class="[activated === 2 ? 'bg-gradient' : 'inactivate']">全部义工</view>
61 </view> 61 </view>
62 </view> 62 </view>
63 <scroll-view :scroll-y="true" :style="scrollStyle" @scrolltolower="onScrollToLower"> 63 <scroll-view :scroll-y="true" :style="scrollStyle" @scrolltolower="onScrollToLower">
......