Commit 06d43fa8 authored by xinzhedeai's avatar xinzhedeai

fix:检查new标记设置

parent 3dd4588a
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
<van-list v-model:loading="loading" :offset="10" :finished="finished" finished-text="没有更多了" @load="getList" :immediate-check="false"> <van-list v-model:loading="loading" :offset="10" :finished="finished" finished-text="没有更多了" @load="getList" :immediate-check="false">
<van-cell v-for="item in hazardList" :key="item.id" @click="viewDetail(item.id)"> <van-cell v-for="item in hazardList" :key="item.id" @click="viewDetail(item.id)">
<div style="width: 100%;position: relative;" v-if="activeTab=='1'"> <div style="width: 100%;position: relative;" v-if="activeTab=='1'">
<div class="reminder-badge" v-if="!item.msgFlag"></div> <div class="reminder-badge" v-if="item.msgFlag"></div>
<!-- 第一行:商户名称 --> <!-- 第一行:商户名称 -->
<div class="tab1-row1 bold">{{ item.merName }}</div> <div class="tab1-row1 bold">{{ item.merName }}</div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment