Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
campSite
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨梦雪
campSite
Commits
e0c1e0d3
Commit
e0c1e0d3
authored
Oct 27, 2021
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
d9bd5aac
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
11 deletions
+14
-11
src/components/index/SignUp/confirm.vue
src/components/index/SignUp/confirm.vue
+2
-4
src/components/index/SignUp/invitation.vue
src/components/index/SignUp/invitation.vue
+3
-3
src/components/index/SignUp/referInfo.vue
src/components/index/SignUp/referInfo.vue
+3
-1
src/views/index/camp/Index.vue
src/views/index/camp/Index.vue
+1
-1
src/views/index/camp/SignUp.vue
src/views/index/camp/SignUp.vue
+3
-1
src/views/index/login/Index.vue
src/views/index/login/Index.vue
+1
-0
src/views/index/login/Login.vue
src/views/index/login/Login.vue
+1
-1
No files found.
src/components/index/SignUp/confirm.vue
View file @
e0c1e0d3
...
...
@@ -47,12 +47,10 @@ export default {
setSignShould
({}).
then
((
res
)
=>
{
console
.
log
(
res
,
"
setSignShould
"
);
if
(
res
.
data
.
code
!==
200
)
return
this
.
$message
.
error
(
res
.
data
.
message
);
this
.
$emit
(
"
getstatus
"
,
res
.
data
.
status
);
this
.
$message
.
success
(
res
.
data
.
message
);
// if (doubt_code == 1) {
this
.
$router
.
push
(
"
/signUp/invitation
"
);
// } else {
// this.$router.push("/signUp/referInfo");
// }
});
},
},
...
...
src/components/index/SignUp/invitation.vue
View file @
e0c1e0d3
...
...
@@ -103,9 +103,9 @@ export default {
},
},
methods
:
{
next
()
{
this
.
$router
.
push
(
"
/signUp/referInfo
"
);
},
//
next() {
//
this.$router.push("/signUp/referInfo");
//
},
//第一个输入框
changeValue1
(
e
)
{
// console.log(e, "输入");
...
...
src/components/index/SignUp/referInfo.vue
View file @
e0c1e0d3
...
...
@@ -807,6 +807,9 @@ export default {
<
style
scoped
lang=
"scss"
>
@import
"a/scss/btn"
;
.btn
{
padding-bottom
:
0
!
important
;
}
.referInfo
{
padding
:
0
50px
110px
50px
;
.checkForm
{
...
...
@@ -956,7 +959,6 @@ export default {
text-align
:
center
;
}
}
}
}
}
...
...
src/views/index/camp/Index.vue
View file @
e0c1e0d3
...
...
@@ -150,7 +150,7 @@ export default {
width
:
100%
;
padding
:
0
;
background-color
:
#ffffff
;
z-index
:
10000
;
z-index
:
2000
;
//消息提示框z-index=2019
.bg-top
{
height
:
24px
;
...
...
src/views/index/camp/SignUp.vue
View file @
e0c1e0d3
...
...
@@ -102,10 +102,12 @@ export default {
if
(
res
.
data
.
code
!=
200
)
{
return
this
.
$message
.
error
(
res
.
data
.
message
);
}
this
.
status
=
res
.
data
.
status
;
// 点击下一步传值给status,更新
if
(
status_val
!=
null
)
{
this
.
status
=
status_val
;
}
else
{
this
.
status
=
res
.
data
.
status
;
}
// doubt_code,doubt_info,doubt_check。0为不填写,1为填写
if
(
this
.
status
==
0
)
{
...
...
src/views/index/login/Index.vue
View file @
e0c1e0d3
...
...
@@ -12,6 +12,7 @@
</
template
>
<
script
>
/* eslint-disable */
export
default
{
name
:
"
loginIndex
"
,
data
()
{
...
...
src/views/index/login/Login.vue
View file @
e0c1e0d3
...
...
@@ -60,7 +60,7 @@
</
template
>
<
script
>
/* eslint-disable */
import
{
login
}
from
"
r/index/login
"
;
import
{
mobileCheck
}
from
"
@/common/utils.js
"
;
...
...
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