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
1ff297e7
Commit
1ff297e7
authored
Jul 25, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:商户码提醒优化,新增特种作业显示处理,上一页。
parent
9808149e
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
home.js
home.js
+1
-1
index.js
sdk/jssdk2/index.js
+1
-1
_check_info.html
src/_check_info.html
+2
-2
_tezhongzuoye.html
src/_tezhongzuoye.html
+1
-1
No files found.
home.js
View file @
1ff297e7
...
...
@@ -113,7 +113,7 @@ window.onload = function() {
rev
:
(
+
new
Date
())
};
if
(
param
.
merId
==
null
||
param
.
merId
==
''
)
{
alert
(
'
请扫描正确的商家二维码
'
)
alert
(
'
请扫描正确的商家
店面
二维码
'
)
return
}
else
{
let
url
=
gemhoUtil
.
setParameter
(
`./src/_shanghu_home.html`
,
...
...
sdk/jssdk2/index.js
View file @
1ff297e7
...
...
@@ -32,7 +32,7 @@ window.onload = function () {
if
(
gemhoUtil
.
getCookie
(
'
userType
'
)
==
'
consumers
'
)
{
vant
.
Dialog
.
alert
({
title
:
'
信息提示
'
,
message
:
'
请扫描商户
码访问~
'
,
message
:
'
您好,消费者,请用爱山东扫一扫商家店面二维
码访问~
'
,
}).
then
(()
=>
{
// 关闭当前访问页面回到爱山东
lightAppJssdk
.
navigation
.
close
({
success
:
function
(
data
)
{
},
...
...
src/_check_info.html
View file @
1ff297e7
...
...
@@ -327,9 +327,9 @@
<span
class=
"yh_num"
>
{{noCount}} 隐患
</span>
<van-button
v-show=
"checkPageIndex>0"
type=
"info"
plain
size=
"small"
@
click=
"prevPage"
>
上一
项
</van-button>
@
click=
"prevPage"
>
上一
页
</van-button>
<van-button
v-show=
"checkPageIndex<3"
type=
"info"
size=
"small"
@
click=
"validRequired"
>
下一
项
</van-button>
@
click=
"validRequired"
>
下一
页
</van-button>
<van-button
type=
"info"
size=
"small"
@
click=
"add4JC_XQ"
v-show=
"checkPageIndex===3&&flag=='ADD'"
>
完成检查
</van-button>
</div>
...
...
src/_tezhongzuoye.html
View file @
1ff297e7
...
...
@@ -27,7 +27,7 @@
</van-search>
</div>
<!-- 功能 -->
<button
v-if=
"userType
!
=='shop'"
type=
"info"
class=
"func_btn"
@
click=
"viewDetail"
><span>
+
</span>
特种作业报备
</button>
<button
v-if=
"userType=='shop'"
type=
"info"
class=
"func_btn"
@
click=
"viewDetail"
><span>
+
</span>
特种作业报备
</button>
<div
class=
"subNavWrapper"
>
<van-list
v-model:loading=
"loading"
:offset=
"10"
:finished=
"finished"
finished-text=
"没有更多了"
@
load=
"getList"
:immediate-check=
"false"
>
...
...
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