跟香港

This commit is contained in:
2025-07-15 16:20:18 +08:00
parent 26b52c0175
commit 3b6e0d6912
6 changed files with 81 additions and 42 deletions

View File

@ -1,5 +1,5 @@
<template>
<div class="warning-card flex align-center" :class="changeBG(item.yjjb)">
<div class="warning-card flex align-center" :class="changeBG(item.yjJb)">
<div class="warning-image">
<img :src="item.yjTp" width="80" height="120" alt="" />
</div>
@ -39,8 +39,7 @@ const changeBG = (str) => {
return "orange";
case "30":
return "yellow";
default:
return "blue";
default: return "blue";
}
};
</script>