瀏覽代碼

Update index.tsx

lex 2 年之前
父節點
當前提交
ac8ffbea0d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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' }}