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
bbb2cd89
Commit
bbb2cd89
authored
Dec 21, 2022
by
sunerhu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.修改申请加盟提交申请刷新第234 步。
parent
f2eb2988
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
0 deletions
+3
-0
pages/application-process/education.vue
+1
-0
pages/application-process/id-card.vue
+1
-0
pages/application-process/work-experience.vue
+1
-0
No files found.
pages/application-process/education.vue
View file @
bbb2cd89
...
@@ -191,6 +191,7 @@
...
@@ -191,6 +191,7 @@
}
}
api
.
saveApplyInfo
(
this
.
applyParam
).
then
((
res
)
=>
{
api
.
saveApplyInfo
(
this
.
applyParam
).
then
((
res
)
=>
{
if
(
res
[
'success'
])
{
if
(
res
[
'success'
])
{
this
.
queryById
(
null
,
uni
.
getStorageSync
(
'cffp_userId'
))
uni
.
navigateTo
({
uni
.
navigateTo
({
// url:`bank-card?id=${res['data']['id']}`
// url:`bank-card?id=${res['data']['id']}`
url
:
`bank-card`
url
:
`bank-card`
...
...
pages/application-process/id-card.vue
View file @
bbb2cd89
...
@@ -165,6 +165,7 @@
...
@@ -165,6 +165,7 @@
}
}
api
.
saveApplyInfo
(
this
.
applyParam
).
then
((
res
)
=>
{
api
.
saveApplyInfo
(
this
.
applyParam
).
then
((
res
)
=>
{
if
(
res
[
'success'
])
{
if
(
res
[
'success'
])
{
this
.
queryById
(
null
,
uni
.
getStorageSync
(
'cffp_userId'
))
uni
.
navigateTo
({
uni
.
navigateTo
({
// url:`id-card?id=${res['data']['id']}`
// url:`id-card?id=${res['data']['id']}`
url
:
`education`
url
:
`education`
...
...
pages/application-process/work-experience.vue
View file @
bbb2cd89
...
@@ -209,6 +209,7 @@
...
@@ -209,6 +209,7 @@
}
}
api
.
saveApplyInfo
(
this
.
applyParam
).
then
((
res
)
=>
{
api
.
saveApplyInfo
(
this
.
applyParam
).
then
((
res
)
=>
{
if
(
res
[
'success'
])
{
if
(
res
[
'success'
])
{
this
.
queryById
(
null
,
uni
.
getStorageSync
(
'cffp_userId'
))
uni
.
navigateTo
({
uni
.
navigateTo
({
// url:`id-card?id=${res['data']['id']}`
// url:`id-card?id=${res['data']['id']}`
url
:
`id-card`
url
:
`id-card`
...
...
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