跟香港
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user