Browse Source

热门统计参数

jsonwang 3 years ago
parent
commit
18a0a041c2
1 changed files with 1 additions and 2 deletions
  1. 1 2
      BFFramework/Classes/Stuckpoint/View/PQSelecteMusicView.swift

+ 1 - 2
BFFramework/Classes/Stuckpoint/View/PQSelecteMusicView.swift

@@ -166,9 +166,8 @@ class PQSelecteMusicView: UIView {
             if tags.count > 0 {
                 // 请求列表数据
                 self?.requestPageListData(isRefresh: true, tagId: tags.first?.tagId ?? 0)
-
                 self?.catageryDatas = tags
-
+                self?.currentSelectTag = tags[0]
                 self?.categoryCollection.reloadData()
             }
         }