Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
GaoQuYingJiH5-ASD
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xinzhedeai
GaoQuYingJiH5-ASD
Commits
3f9b19a3
Commit
3f9b19a3
authored
Aug 12, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:隐患上报 最新提醒显示
parent
bdf4598d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
_shangbao-list.html
src/_shangbao-list.html
+13
-0
No files found.
src/_shangbao-list.html
View file @
3f9b19a3
...
@@ -29,6 +29,19 @@
...
@@ -29,6 +29,19 @@
<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)"
>
<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;"
>
<span
v-show=
"item.msgFlag"
style=
"
position: absolute;
top: 12%;
right: 0.15rem;
transform: translateY(-50%);
width: 0.1rem;
height: 0.1rem;
background: #FF4D4F;
border-radius: 50%;
"
></span>
<!-- 第一行:商户名称 -->
<!-- 第一行:商户名称 -->
<div
class=
"tab1-row1 bold"
>
{{ item.description}}
</div>
<div
class=
"tab1-row1 bold"
>
{{ item.description}}
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment