Commit 41f07f88 authored by xinzhedeai's avatar xinzhedeai

fix:上报详情显示问题处理

parent 19cc05cd
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
</div> </div>
<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)">
<div style="width: 100%;position: relative;"> <div style="width: 100%;position: relative;">
<!-- 第一行:商户名称 --> <!-- 第一行:商户名称 -->
<div class="tab1-row1 bold">{{ item.merName }}</div> <div class="tab1-row1 bold">{{ item.merName }}</div>
......
...@@ -118,10 +118,8 @@ window.addEventListener('load', function () { ...@@ -118,10 +118,8 @@ window.addEventListener('load', function () {
let param = { let param = {
...urlParams, ...urlParams,
id: item.id, id: item.id,
flag: item.status, flag: item.rectificationStatus,
pageName: '_shangbao-list', pageName: '_shangbao-list',
addr: item.addr,
merchantName: item.merName,
} }
let url = gemhoUtil.setParameter('_check_info.html', param) let url = gemhoUtil.setParameter('_check_info.html', param)
......
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