Commit 5b6b566c authored by xinzhedeai's avatar xinzhedeai

fix:应急演练:角色shop显示对应的列表提醒信息

parent 3516d1f6
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
</van-tabs> </van-tabs>
<!-- 隐患列表 --> <!-- 隐患列表 -->
<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">
<div class="msgTip" v-if="reMark"> <div class="msgTip" v-if="reMark && userType=='shop'">
{{reMark}} {{reMark}}
</div> </div>
<van-cell v-for="item in hazardList" :key="item.id" @click="viewDetail(item)"> <van-cell v-for="item in hazardList" :key="item.id" @click="viewDetail(item)">
......
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