lex-xin 1 mese fa
parent
commit
522749bfdd
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      src/views/hot-music-more/index.tsx

+ 3 - 1
src/views/hot-music-more/index.tsx

@@ -216,6 +216,7 @@ export default defineComponent({
         const res = await api_musicSheetPage(params);
         if (res.code === 200 && Array.isArray(res?.data?.rows)) {
           const result = res.data.rows || [];
+
           result.forEach((item: any) => {
             item.audioPlayTypeArray = item.audioPlayTypes
               ? item.audioPlayTypes.split(',')
@@ -573,7 +574,8 @@ export default defineComponent({
                         )
                       }}
                     </Tab>
-                    <Tab name="RECOMMEND" title="推荐"></Tab>
+                    {/* 推荐 - 由于Android 在华为平台审核的原因 */}
+                    <Tab name="RECOMMEND" title="精选"></Tab>
                     <Tab name="HOT" title="热门"></Tab>
                     <Tab name="NEW" title="最新"></Tab>
                   </Tabs>