@@ -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>