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
d9a68312
Commit
d9a68312
authored
Dec 26, 2024
by
tanjuanjuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改
parent
a9a60303
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
18 deletions
+21
-18
index.vue
src/pages/index/index.vue
+18
-18
index.ts
src/store/index.ts
+3
-0
No files found.
src/pages/index/index.vue
View file @
d9a68312
...
...
@@ -102,8 +102,8 @@
<span
class=
"iconfont icon-biyan"
></span>
</view>
<view
class=
"yefake"
v-else
@
click=
"toggleFlag4"
>
<
span
class=
"fakeStar txt"
>
11111
</span
>
<
!--
<span
class=
"fakeStar txt"
>
{{
loadData
.
bjye
}}
</span>
--
>
<
!--
<span
class=
"fakeStar txt"
>
11111
</span>
--
>
<
span
class=
"fakeStar txt"
>
{{
loadData
.
bjye
}}
</span
>
<span
class=
"iconfont icon-yanjing-zhengyan"
></span>
</view>
<router-link
to=
"/loan"
class=
"getMore"
>
...
...
@@ -226,22 +226,22 @@
//公积金贷款信息
//
xma.request({
//
url: 'https://onemoment.gywb.cn/back/sgy-gjj/gjj/gjjdkxx',
//
data: {
//
"spidno": spidno.value,
//
"spcode": spcode.value,
//
"iseqno": "string"
//
},
//
header: {
//
'content-type': 'application/json'
//
},
//
method: "GET",
//
success: function(res) {
//
const data = JSON.parse(res.data.data)
//
loanStore.loanInfo=data.data.records[0].list.acc_info
//
},
//
});
xma
.
request
({
url
:
'https://onemoment.gywb.cn/back/sgy-gjj/gjj/gjjdkxx'
,
data
:
{
"spidno"
:
spidno
.
value
,
"spcode"
:
spcode
.
value
,
"iseqno"
:
"string"
},
header
:
{
'content-type'
:
'application/json'
},
method
:
"GET"
,
success
:
function
(
res
)
{
const
data
=
JSON
.
parse
(
res
.
data
.
data
)
loanStore
.
loanInfo
=
data
.
data
.
records
[
0
].
list
.
acc_info
},
});
},
});
...
...
src/store/index.ts
View file @
d9a68312
...
...
@@ -8,3 +8,5 @@ export default store;
export
*
from
'./person'
;
// 模块统一导出
export
*
from
'./map'
;
// 模块统一导出
export
*
from
'./loan'
;
\ No newline at end of file
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