lex-xin 4 anni fa
parent
commit
b25a1db4af

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

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

BIN
src/views/audition/modal/icons/vip_icon.png