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
cacaeafc
Commit
cacaeafc
authored
Jul 09, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:去掉多余v-cloak
parent
2e70546b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
home.html
home.html
+7
-7
No files found.
home.html
View file @
cacaeafc
...
...
@@ -29,10 +29,10 @@
<!-- 原有内容(数据加载完成后显示) -->
<div
v-show=
"!isLoading"
>
<!-- 第二层:商户图标、名称、等级、场所类型和地址 -->
<div
class=
"second-layer second-layer-zf"
v-if=
"showOrg"
v-cloak
>
<div
class=
"second-layer second-layer-zf"
v-if=
"showOrg"
>
<!-- v-show="" -->
<img
class=
"merchant-icon"
src=
"image/code/zhengfu_logo.png"
alt=
""
/>
<div
class=
"merchant-info welcome"
v-cloak
>
<div
class=
"merchant-info welcome"
>
<p>
欢迎您,{{userInfo.deptName}}
<br
/>
进入安全“码”上查
</p>
<div
class=
"user_tag"
>
<img
src=
"image/code/user.png"
alt=
""
/>
...
...
@@ -42,7 +42,7 @@
</div>
<!-- 第二层:商户图标、名称、等级、场所类型和地址 -->
<div
class=
"second-layer-sj"
v-if=
"showShop"
v-cloak
>
<div
class=
"second-layer-sj"
v-if=
"showShop"
>
<div
class=
"header"
>
<span>
商家信息
</span>
<div
class=
"user_tag"
>
...
...
@@ -54,7 +54,7 @@
<div
class=
"left"
>
<img
class=
"merchant-icon"
src=
"image/code/sj.png"
alt=
"商户图标"
/>
</div>
<div
class=
"right"
v-cloak
>
<div
class=
"right"
>
<div
class=
"merchant-info"
>
<div
class=
"name-rank"
>
<span
class=
"merchant-name"
>
{{userInfo.unitName}}
</span>
...
...
@@ -73,7 +73,7 @@
</div>
</div>
<!-- 第三层:统计信息 -->
<div
class=
"third-layer"
v-cloak
>
<div
class=
"third-layer"
>
<div
class=
"stats-header"
>
<div
class=
"stats-title"
@
click=
"openDebug"
>
数据统计
</div>
<!-- <van-cell-group> -->
...
...
@@ -118,13 +118,13 @@
</div>
<!-- 原第三层统计信息 -->
<div
class=
"third-layer"
v-cloak
>
<div
class=
"third-layer"
>
<!-- ... 原有统计内容保持不变 ... -->
</div>
<!-- 第四层:检查专区 -->
<div
class=
"fourth-layer"
v-cloak
>
<div
class=
"fourth-layer"
>
<h2>
检查专区
</h2>
<div
class=
"check-modules"
>
<div
class=
"check-module"
v-for=
"(item,index) in menuList"
:key=
"index"
:class=
"item.className"
...
...
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