Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gjjCode
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
tanjuanjuan
gjjCode
Commits
3c93c529
Commit
3c93c529
authored
Jan 03, 2025
by
tanjuanjuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
parent
0aad1158
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
18 deletions
+33
-18
index.vue
src/pages/index/index.vue
+33
-18
No files found.
src/pages/index/index.vue
View file @
3c93c529
...
...
@@ -135,7 +135,9 @@
}
from
'@/store'
;
import
{
payList
,
loadInfo
,
mapInfo
payList
,
loadInfo
,
mapInfo
}
from
'../../api/request'
const
infoStore
=
infoPinia
()
...
...
@@ -262,21 +264,32 @@
}).
then
(
res
=>
{
const
data
=
JSON
.
parse
(
res
.
data
);
infoStore
.
listInfo
=
data
.
data
.
records
[
0
].
list
.
acc_info
}).
loadInfo
({
"spidno"
:
spidno
.
value
,
"spcode"
:
spcode
.
value
,
"iseqno"
:
"string"
}).
then
(
res
=>
{
const
data
=
JSON
.
parse
(
res
.
data
);
infoStore
.
loanInfo
=
data
.
data
.
records
[
0
].
list
.
acc_info
}).
mapInfo
({
pageSize
:
50
,
pageIndex
:
1
}).
then
(
res
=>
{
let
data
=
JSON
.
parse
(
res
.
data
)
infoStore
.
mapList
=
data
.
data
;
})
//公积金贷款信息
loadInfo
(
{
"spidno"
:
spidno
.
value
,
"spcode"
:
spcode
.
value
,
"iseqno"
:
"string"
}
).
then
(
res
=>
{
const
data
=
JSON
.
parse
(
res
.
data
);
infoStore
.
loanInfo
=
data
.
data
.
records
[
0
].
list
.
acc_info
})
// loadInfo({
// "spidno": spidno.value,
// "spcode": spcode.value,
// "iseqno": "string"
// }).then(res => {
// const data = JSON.parse(res.data);
// infoStore.loanInfo = data.data.records[0].list.acc_info
// })
// xma.request({
// url: 'https://onemoment.gywb.cn/back/sgy-gjj/gjj/gjjdkxx',
// data: {
...
...
@@ -294,12 +307,14 @@
// },
// });
//公积金地图
mapInfo
({
pageSize
:
50
,
pageIndex
:
1
}).
then
(
res
=>
{
let
data
=
JSON
.
parse
(
res
.
data
)
infoStore
.
mapList
=
data
.
data
;
})
// mapInfo({
// pageSize: 50,
// pageIndex: 1
// }).then(res => {
// let data = JSON.parse(res.data)
// infoStore.mapList = data.data;
// })
// xma.request({
// url: 'https://onemoment.gywb.cn/back/sgy-gjj/gjj/gjjzx',
// data: {
...
...
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