|
@@ -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()
|
|
|
}
|
|
|
}
|