Explorar o código

Merge branch 'hqyDev' of http://git.dayaedu.com/lex/h5-colexiu

黄琪勇 hai 1 ano
pai
achega
ef06d94ef7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/tenant/music/train-tool/index.tsx

+ 1 - 1
src/tenant/music/train-tool/index.tsx

@@ -78,7 +78,7 @@ export default defineComponent({
 
     const isSingleAlbum = computed(() => {
       const query = route.query
-      if (query.taId || query.albumId) {
+      if (query.taId || (query.albumId && state.buy === '1')) {
         return true
       } else {
         return false