Add missing alt attributes

This commit is contained in:
Tim
2025-07-30 20:00:43 +08:00
parent a80ffbf85b
commit 1aa39b8f91
7 changed files with 11 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
<template>
<BasePopup :visible="visible" @close="close">
<div class="activity-popup">
<img v-if="icon" :src="icon" class="activity-popup-icon" />
<img v-if="icon" :src="icon" class="activity-popup-icon" alt="activity icon" />
<div class="activity-popup-text">{{ text }}</div>
<div class="activity-popup-actions">
<div class="activity-popup-button" @click="gotoActivity">立即前往</div>