Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
CFFP-HB
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chao Sun
CFFP-HB
Commits
7d08c3bb
Commit
7d08c3bb
authored
Dec 15, 2022
by
sunerhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.提交邀请加盟userId传参错误
parent
103967a5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
4 deletions
+0
-4
pages/application-process/bank-card.vue
+0
-1
pages/application-process/education.vue
+0
-2
pages/application-process/id-card.vue
+0
-1
No files found.
pages/application-process/bank-card.vue
View file @
7d08c3bb
...
@@ -105,7 +105,6 @@
...
@@ -105,7 +105,6 @@
this
.
applyParam
=
{
this
.
applyParam
=
{
...
this
.
applyParam
,
...
this
.
applyParam
,
operatStep
:
5
,
operatStep
:
5
,
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
}
}
api
.
saveApplyInfo
(
this
.
applyParam
).
then
((
res
)
=>
{
api
.
saveApplyInfo
(
this
.
applyParam
).
then
((
res
)
=>
{
if
(
res
[
'success'
]){
if
(
res
[
'success'
]){
...
...
pages/application-process/education.vue
View file @
7d08c3bb
...
@@ -161,9 +161,7 @@
...
@@ -161,9 +161,7 @@
}
}
this
.
applyParam
=
{
this
.
applyParam
=
{
...
this
.
applyParam
,
...
this
.
applyParam
,
applyType
:
2
,
operatStep
:
4
,
operatStep
:
4
,
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
}
}
api
.
saveApplyInfo
(
this
.
applyParam
).
then
((
res
)
=>
{
api
.
saveApplyInfo
(
this
.
applyParam
).
then
((
res
)
=>
{
if
(
res
[
'success'
]){
if
(
res
[
'success'
]){
...
...
pages/application-process/id-card.vue
View file @
7d08c3bb
...
@@ -140,7 +140,6 @@
...
@@ -140,7 +140,6 @@
this
.
applyParam
=
{
this
.
applyParam
=
{
...
this
.
applyParam
,
...
this
.
applyParam
,
operatStep
:
3
,
operatStep
:
3
,
userId
:
uni
.
getStorageSync
(
'cffp_userId'
),
}
}
api
.
saveApplyInfo
(
this
.
applyParam
).
then
((
res
)
=>
{
api
.
saveApplyInfo
(
this
.
applyParam
).
then
((
res
)
=>
{
if
(
res
[
'success'
]){
if
(
res
[
'success'
]){
...
...
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