fix: 修复关注列表没显示电话的问题

This commit is contained in:
chenjinsong
2024-10-23 19:29:51 +08:00
parent a2a617535f
commit b6f17adfe2
2 changed files with 5 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ export default {
},
data () {
return {
url: api.location.followedSubscriber,
url: api.location.followedSubscriber,
tableId: 'myFollowTable',
disableCancel: true
}