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
9808149e
Commit
9808149e
authored
Jul 24, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add:新增特种工作,商户信息获取
parent
db2adeb3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
16 deletions
+2
-16
_tezhongzuoye_detail.js
src/_tezhongzuoye_detail.js
+2
-16
No files found.
src/_tezhongzuoye_detail.js
View file @
9808149e
...
...
@@ -64,21 +64,11 @@ window.addEventListener("load", function() {
interfacePublicKey
:
API_KEY_MAP
[
'
no-page
'
][
'
publicKey
'
],
interfacePrivateKey
:
API_KEY_MAP
[
'
no-page
'
][
'
privateKey
'
],
reqParams
:
{
sign
:
11
,
sign
:
35
,
merId
:
gemhoUtil
.
getParameter
(
'
merId
'
)
||
''
,
sort
:
'
lawId,desc
'
,
},
},
(
res
)
=>
{
if
(
!
res
)
{
// 中台返回为undefined 重新请求
vant
.
Toast
.
clear
()
this
.
page
=
this
.
page
-
1
// 重新请求后,分页数恢复上一次请求的值
setTimeout
(()
=>
{
// this.getList()
},
0
)
return
}
if
(
res
)
{
var
result
=
JSON
.
parse
(
res
)
console
.
log
(
'
商户信息
'
,
result
)
...
...
@@ -86,11 +76,7 @@ window.addEventListener("load", function() {
this
.
formData
.
merName
=
result
.
data
.
merName
this
.
formData
.
merchantPhone
=
result
.
data
.
merchantPhone
this
.
formData
.
merchantName
=
result
.
data
.
merchantName
this
.
formData
.
unitName
=
result
.
data
.
unitName
}
// this.formData.
}
}
)
...
...
@@ -305,7 +291,7 @@ window.addEventListener("load", function() {
vant
.
Toast
({
message
:
res
.
code
===
200
?
'
操作成功
'
:
'
操作失败
'
,
})
//
location.reload()
location
.
reload
()
})
},
//获取商户信息
...
...
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