hookehuyr

fix member_count字段改成player_count

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-10-31 13:10:41 4 + * @LastEditTime: 2022-10-31 15:17:17
5 * @FilePath: /swx/src/pages/myCreateActivity/index.vue 5 * @FilePath: /swx/src/pages/myCreateActivity/index.vue
6 * @Description: 创建的活动页面 6 * @Description: 创建的活动页面
7 --> 7 -->
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
47 </view> 47 </view>
48 </view> 48 </view>
49 <view class="sign"> 49 <view class="sign">
50 - <view><text style="font-size: 1.25rem;">{{ member_count }}</text>人</view> 50 + <view><text style="font-size: 1.25rem;">{{ player_count }}</text>人</view>
51 <view> 51 <view>
52 <van-icon :name="icon_sign" size="1.25rem" color="" style="vertical-align: sub;" /> 52 <van-icon :name="icon_sign" size="1.25rem" color="" style="vertical-align: sub;" />
53 <text style="font-size: 0.9rem; color: #999999;">用户总数</text> 53 <text style="font-size: 0.9rem; color: #999999;">用户总数</text>
...@@ -162,7 +162,7 @@ export default { ...@@ -162,7 +162,7 @@ export default {
162 this.activity_list = data.activity_list; 162 this.activity_list = data.activity_list;
163 this.activity_count = data.activity_count ? data.activity_count : 0; 163 this.activity_count = data.activity_count ? data.activity_count : 0;
164 this.volunteer_count = data.volunteer_count ? data.volunteer_count : 0; 164 this.volunteer_count = data.volunteer_count ? data.volunteer_count : 0;
165 - this.member_count = data.member_count ? data.member_count : 0; 165 + this.player_count = data.player_count ? data.player_count : 0;
166 this.server_time = this.formatDate(data.server_time); 166 this.server_time = this.formatDate(data.server_time);
167 this.page = this.page + 1; 167 this.page = this.page + 1;
168 } 168 }
...@@ -191,7 +191,7 @@ export default { ...@@ -191,7 +191,7 @@ export default {
191 scrollStyle: { height: '1000rpx' }, 191 scrollStyle: { height: '1000rpx' },
192 status: '', 192 status: '',
193 activity_count: '', 193 activity_count: '',
194 - member_count: '', 194 + player_count: '',
195 volunteer_count: '', 195 volunteer_count: '',
196 show_status_popup: false, 196 show_status_popup: false,
197 status_type: '', 197 status_type: '',
...@@ -243,7 +243,7 @@ export default { ...@@ -243,7 +243,7 @@ export default {
243 this.activity_list = this.activity_list.concat(data.activity_list); 243 this.activity_list = this.activity_list.concat(data.activity_list);
244 this.activity_count = data.activity_count ? data.activity_count : 0; 244 this.activity_count = data.activity_count ? data.activity_count : 0;
245 this.volunteer_count = data.volunteer_count ? data.volunteer_count : 0; 245 this.volunteer_count = data.volunteer_count ? data.volunteer_count : 0;
246 - this.member_count = data.member_count ? data.member_count : 0; 246 + this.player_count = data.player_count ? data.player_count : 0;
247 this.page = this.page + 1; 247 this.page = this.page + 1;
248 this.flag = true; 248 this.flag = true;
249 } else { 249 } else {
......
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-10-28 15:22:02 4 + * @LastEditTime: 2022-10-31 15:19:15
5 * @FilePath: /swx/src/pages/myFollowUser/index.vue 5 * @FilePath: /swx/src/pages/myFollowUser/index.vue
6 * @Description: 陪伴的用户页面 6 * @Description: 陪伴的用户页面
7 --> 7 -->
...@@ -44,7 +44,7 @@ ...@@ -44,7 +44,7 @@
44 </view> 44 </view>
45 </view> 45 </view>
46 <view class="job"> 46 <view class="job">
47 - <text style="font-size: 1.25rem;">{{ member_count }}</text>人 47 + <text style="font-size: 1.25rem;">{{ player_count }}</text>人
48 <view> 48 <view>
49 <text style="font-size: 0.9rem; color: #999999;">用户总数</text> 49 <text style="font-size: 0.9rem; color: #999999;">用户总数</text>
50 </view> 50 </view>
...@@ -186,7 +186,7 @@ export default { ...@@ -186,7 +186,7 @@ export default {
186 this.member_list = data.member_list; 186 this.member_list = data.member_list;
187 this.new_count = data.new_count; 187 this.new_count = data.new_count;
188 this.no_partner_note_count = data.no_partner_note_count; 188 this.no_partner_note_count = data.no_partner_note_count;
189 - this.member_count = data.member_count; 189 + this.player_count = data.player_count;
190 this.note_count = data.note_count; 190 this.note_count = data.note_count;
191 this.page = this.page + 1; 191 this.page = this.page + 1;
192 this.flag = true; 192 this.flag = true;
...@@ -218,7 +218,7 @@ export default { ...@@ -218,7 +218,7 @@ export default {
218 search: '', 218 search: '',
219 new_count: 0, 219 new_count: 0,
220 no_partner_note_count: 0, 220 no_partner_note_count: 0,
221 - member_count: 0, 221 + player_count: 0,
222 note_count: 0, 222 note_count: 0,
223 show_host_popup: false, 223 show_host_popup: false,
224 defaultHostIndex: 0, 224 defaultHostIndex: 0,
...@@ -253,14 +253,14 @@ export default { ...@@ -253,14 +253,14 @@ export default {
253 this.member_list = this.member_list.concat(data.member_list); 253 this.member_list = this.member_list.concat(data.member_list);
254 this.new_count = data.new_count; 254 this.new_count = data.new_count;
255 this.no_partner_note_count = data.no_partner_note_count; 255 this.no_partner_note_count = data.no_partner_note_count;
256 - this.member_count = data.member_count; 256 + this.player_count = data.player_count;
257 this.note_count = data.note_count; 257 this.note_count = data.note_count;
258 this.page = this.page + 1; 258 this.page = this.page + 1;
259 this.flag = true; 259 this.flag = true;
260 } else { 260 } else {
261 this.new_count = data.new_count; 261 this.new_count = data.new_count;
262 this.no_partner_note_count = data.no_partner_note_count; 262 this.no_partner_note_count = data.no_partner_note_count;
263 - this.member_count = data.member_count; 263 + this.player_count = data.player_count;
264 this.note_count = data.note_count; 264 this.note_count = data.note_count;
265 Toast('没有数据') 265 Toast('没有数据')
266 } 266 }
......