فهرست منبع

热门统计参数

jsonwang 3 سال پیش
والد
کامیت
18a0a041c2
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  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()
             }
         }