Browse Source

Merge branch 'ponline'

lex-wxl 2 ngày trước cách đây
mục cha
commit
2dfd491b02
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/music/music-detail/index.tsx

+ 1 - 1
src/views/music/music-detail/index.tsx

@@ -1080,7 +1080,7 @@ export default defineComponent({
                     if((loading.value ||
                       (!staffData.musicPdfUrl && staffData.imgs.length <= 0))) return
 
-                    if(downloadHidden.value && !isTenantTeacherVip.value) return
+                    if(downloadHidden.value || !isTenantTeacherVip.value) return
                     if (staffData.musicPdfUrl) {
                       const songName =
                         staffData.details?.name +