浏览代码

更新图标

lex-xin 4 年之前
父节点
当前提交
b25a1db4af
共有 2 个文件被更改,包括 13 次插入0 次删除
  1. 13 0
      src/views/audition/modal/accompanimentModal.vue
  2. 二进制
      src/views/audition/modal/icons/vip_icon.png

+ 13 - 0
src/views/audition/modal/accompanimentModal.vue

@@ -51,6 +51,11 @@
                             :text="item.examSongName"
                             :text="item.examSongName"
                         />
                         />
                     </template>
                     </template>
+                    <template #extra v-if="item.rankIds">
+                        <div class='icon'>
+                            <img src='./icons/vip_icon.png' />
+                        </div>
+                    </template>
                 </van-cell>
                 </van-cell>
             </van-cell-group>
             </van-cell-group>
         </van-list>
         </van-list>
@@ -232,5 +237,13 @@ export default {
         }
         }
     }
     }
 
 
+    .icon{
+        display: flex;
+        align-items: center;
+        img{
+            width: 49PX;
+        }
+    }
+
 }
 }
 </style>
 </style>

二进制
src/views/audition/modal/icons/vip_icon.png