🐛 关注用户、粉丝 tab 切换触发错误请求问题修复
This commit is contained in:
parent
dc362ed729
commit
3440601a3b
@ -154,13 +154,13 @@ export default {
|
||||
})
|
||||
break;
|
||||
case "2":
|
||||
_ts.$store.dispatch('user/fetchFollowerList', {
|
||||
_ts.$store.dispatch('user/fetchFollowingList', {
|
||||
account: _ts.$route.params.account,
|
||||
page: _ts.$route.query.page || 1
|
||||
})
|
||||
break;
|
||||
default:
|
||||
_ts.$store.dispatch('user/fetchFollowingList', {
|
||||
_ts.$store.dispatch('user/fetchFollowerList', {
|
||||
account: _ts.$route.params.account,
|
||||
page: _ts.$route.query.page || 1
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user