Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mp-enterprise-people-recruitment-h5
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
彭佳妮(贵阳日报)
mp-enterprise-people-recruitment-h5
Commits
7f540a52
Commit
7f540a52
authored
Oct 31, 2024
by
石建新(贵阳日报)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
登录逻辑
parent
e488b694
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
12 deletions
+3
-12
index.vue
src/pages/login/index.vue
+1
-1
test.vue
src/pages/login/test.vue
+2
-4
fillIn.vue
src/pages/user/businessLicense/fillIn.vue
+0
-7
No files found.
src/pages/login/index.vue
View file @
7f540a52
...
...
@@ -43,7 +43,7 @@ const login = () => {
});
}
else
{
uni
.
navigateTo
({
url
:
"/pages/user/businessLicense/fillIn"
url
:
"/pages/user/businessLicense/fillIn
?steps=1
"
});
}
});
...
...
src/pages/login/test.vue
View file @
7f540a52
...
...
@@ -25,12 +25,10 @@ const login = async () => {
// 已经判断是否注册过企业
if
(
userInfoRes
.
data
)
{
const
{
status
}
=
userInfoRes
.
data
;
console
.
log
(
"status"
,
typeof
status
);
switch
(
status
)
{
case
0
:
uni
.
navigateTo
({
url
:
`/pages/user/businessLicense/fillIn`
url
:
`/pages/user/businessLicense/fillIn
?steps=1
`
});
break
;
default
:
...
...
@@ -41,7 +39,7 @@ const login = async () => {
}
}
else
{
uni
.
navigateTo
({
url
:
`/pages/user/businessLicense/fillIn`
url
:
`/pages/user/businessLicense/fillIn
?steps=1
`
});
}
}
...
...
src/pages/user/businessLicense/fillIn.vue
View file @
7f540a52
...
...
@@ -178,13 +178,6 @@ const nextStep = () => {
default
:
break
;
}
if
(
flag
)
{
uni
.
showToast
({
title
:
"请先完成操作"
,
icon
:
"none"
});
return
;
}
};
/* 选择图片 */
const
chooseImage
=
sourceType
=>
{
...
...
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