Explorar el Código

Update index.tsx

lex hace 2 años
padre
commit
ac8ffbea0d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/music/album-detail/index.tsx

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

@@ -337,7 +337,7 @@ export default defineComponent({
                 <div
                   class={[
                     'btnGroup',
-                    albumDetail.value?.musicPaymentTypes.includes('CHARGE') &&
+                    albumDetail.value?.musicPaymentTypes.includes('VIP') &&
                       'btnMore'
                   ]}
                   style={{ paddingTop: '12px' }}