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
c5757270
Commit
c5757270
authored
Jun 10, 2025
by
xinzhedeai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: 获取列表,no-page区分
parent
74f3bccd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
17 deletions
+10
-17
_shanghu_detail-edit.js
src/_shanghu_detail-edit.js
+10
-17
No files found.
src/_shanghu_detail-edit.js
View file @
c5757270
...
...
@@ -168,12 +168,10 @@ window.addEventListener('load', function () {
},
getDict4changhsuoType
(
param
)
{
http2
.
post
({
serviceId
:
API_KEY_MAP
[
"
page
"
][
'
id
'
],
interfacePublicKey
:
API_KEY_MAP
[
"
page
"
][
"
publicKey
"
],
interfacePrivateKey
:
API_KEY_MAP
[
"
page
"
][
"
privateKey
"
],
serviceId
:
API_KEY_MAP
[
"
no-
page
"
][
'
id
'
],
interfacePublicKey
:
API_KEY_MAP
[
"
no-
page
"
][
"
publicKey
"
],
interfacePrivateKey
:
API_KEY_MAP
[
"
no-
page
"
][
"
privateKey
"
],
reqParams
:
{
page
:
1
,
size
:
9999
,
sign
:
21
,
// 场所类型=>行业类别
...
param
}
...
...
@@ -210,12 +208,10 @@ window.addEventListener('load', function () {
// },
getDict4industryType
()
{
http2
.
post
({
serviceId
:
API_KEY_MAP
[
"
page
"
][
'
id
'
],
interfacePublicKey
:
API_KEY_MAP
[
"
page
"
][
"
publicKey
"
],
interfacePrivateKey
:
API_KEY_MAP
[
"
page
"
][
"
privateKey
"
],
serviceId
:
API_KEY_MAP
[
"
no-
page
"
][
'
id
'
],
interfacePublicKey
:
API_KEY_MAP
[
"
no-
page
"
][
"
publicKey
"
],
interfacePrivateKey
:
API_KEY_MAP
[
"
no-
page
"
][
"
privateKey
"
],
reqParams
:
{
page
:
1
,
size
:
9999
,
sign
:
20
,
// 行业类型列表
}
},
(
res
)
=>
{
...
...
@@ -241,20 +237,17 @@ window.addEventListener('load', function () {
},
getDict4community
()
{
http2
.
post
({
serviceId
:
API_KEY_MAP
[
"
page
"
][
'
id
'
],
interfacePublicKey
:
API_KEY_MAP
[
"
page
"
][
"
publicKey
"
],
interfacePrivateKey
:
API_KEY_MAP
[
"
page
"
][
"
privateKey
"
],
serviceId
:
API_KEY_MAP
[
"
no-
page
"
][
'
id
'
],
interfacePublicKey
:
API_KEY_MAP
[
"
no-
page
"
][
"
publicKey
"
],
interfacePrivateKey
:
API_KEY_MAP
[
"
no-
page
"
][
"
privateKey
"
],
reqParams
:
{
page
:
1
,
size
:
9999
,
sign
:
22
,
"
merId
"
:
gemhoUtil
.
getParameter
(
'
merId
'
),
}
},
(
res
)
=>
{
if
(
!
res
)
{
// 中台返回为undefined 重新请求
vant
.
Toast
.
clear
()
setTimeout
(()
=>
{
this
.
getDict4community
()
//
this.getDict4community()
},
0
);
return
}
...
...
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