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
02140709
Commit
02140709
authored
Nov 30, 2021
by
杨梦雪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
11
parent
96e229bc
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
178 additions
and
178 deletions
+178
-178
src/assets/scss/SignUp/referInfo.scss
src/assets/scss/SignUp/referInfo.scss
+171
-0
src/assets/scss/common.scss
src/assets/scss/common.scss
+2
-3
src/components/index/SignUp/referInfo.vue
src/components/index/SignUp/referInfo.vue
+3
-173
src/request/index/network.js
src/request/index/network.js
+1
-1
src/views/index/camp/SignUp.vue
src/views/index/camp/SignUp.vue
+1
-1
No files found.
src/assets/scss/SignUp/referInfo.scss
0 → 100644
View file @
02140709
.btn
{
padding-bottom
:
0
!
important
;
}
.referInfo
{
padding
:
0
50px
110px
50px
;
.checkForm
{
flex
:
1
;
.cont_title
{
height
:
48px
;
line-height
:
48px
;
font-size
:
18px
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#12141c
;
}
.tipsMsg
{
padding
:
0
10px
;
margin-bottom
:
15px
;
font-size
:
10px
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#a7a2a6
;
}
::v-deep
.el-form-item
{
margin-bottom
:
20px
;
.el-form-item__label
{
height
:
32px
;
line-height
:
32px
;
font-size
:
12px
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#12141c
;
}
&
.no_label
.el-form-item__label
:before
{
content
:
""
!
important
;
}
.el-form-item__content
{
// height: 40px;
// line-height: 40px;
.el-input
{
height
:
40px
;
.el-input--small
.el-input__inner
{
min-height
:
40px
!
important
;
}
.el-input__inner
{
min-height
:
40px
;
line-height
:
40px
;
border-radius
:
4px
;
border
:
1px
solid
#e1e3e6
;
background-color
:
#ffffff
;
&
:hover
{
border-color
:
var
(
--
color
);
}
&
:focus
{
border-color
:
var
(
--
color
);
}
}
}
// 圆
.el-radio-group
{
.el-radio
{
.el-radio__label
{
color
:
#656872
;
}
.el-radio__input
{
.el-radio__inner
{
width
:
20px
;
height
:
20px
;
line-height
:
20px
;
border-radius
:
50%
;
&
:hover
{
border-color
:
var
(
--
color
);
}
}
&
.is-checked
{
.el-radio__inner
{
background
:
#ffffff
!
important
;
border-color
:
var
(
--
color
);
&
:
:
after
{
width
:
7
.5px
;
height
:
7
.5px
;
background
:
var
(
--
color
)
!
important
;
}
}
}
}
}
}
}
&
.btn
{
.el-form-item__content
{
text-align
:
center
;
}
}
&
.bgPic
{
// height: 260px;
.el-form-item__label
{
font-size
:
14px
;
}
.bgInfo
{
font-size
:
12px
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#a7a2a6
;
line-height
:
24px
;
}
}
.el-select
{
width
:
100%
;
}
.image_add
{
position
:
relative
;
margin-top
:
24px
;
.image_in
{
.limit_10
{
display
:
none
;
}
.el-upload-list--picture-card
{
.item_img
{
width
:
100%
;
}
}
}
//去除upload组件过渡效果 css
.el-upload-list__item
{
transition
:
none
!
important
;
.is-ready
{
display
:
none
;
}
div
{
height
:
100%
;
}
}
.el-upload--picture-card
{
display
:
inline-block
;
}
.el-upload
{
position
:
relative
;
.el-icon-circle-plus
{
font-size
:
52px
;
color
:
var
(
--
color
);
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
}
}
i
{
font-size
:
22px
;
color
:
#ffffff
;
}
.text
{
font-size
:
14px
;
color
:
#a7a2a6
;
text-align
:
center
;
}
}
}
}
}
\ No newline at end of file
src/assets/scss/common.scss
View file @
02140709
.com-container
{
width
:
60
%
;
max-width
:
1
160
px
;
width
:
81
%
;
max-width
:
1
576
px
;
min-width
:
1050px
;
//min-width: 960px;
padding
:
0
40px
;
margin
:
0
auto
;
}
\ No newline at end of file
src/components/index/SignUp/referInfo.vue
View file @
02140709
...
...
@@ -567,7 +567,7 @@ export default {
let
signUpFile
=
window
.
localStorage
.
getItem
(
"
sign_up_file_
"
+
window
.
localStorage
.
getItem
(
"
phone
"
+
code
)
+
code
);
console
.
log
(
signUpFile
);
//
console.log(signUpFile);
if
(
signUpFile
&&
JSON
.
parse
(
signUpFile
).
length
>
0
)
{
this
.
fileList
=
JSON
.
parse
(
signUpFile
);
}
...
...
@@ -900,7 +900,7 @@ export default {
let
code
=
this
.
$store
.
state
.
indexIdentity
;
window
.
localStorage
.
setItem
(
"
sign_up_file_
"
+
+
window
.
localStorage
.
getItem
(
"
phone
"
+
code
),
+
window
.
localStorage
.
getItem
(
"
phone
"
+
code
)
+
code
,
JSON
.
stringify
(
this
.
fileList
)
);
})
...
...
@@ -1026,175 +1026,5 @@ export default {
<
style
scoped
lang=
"scss"
>
@import
"a/scss/btn"
;
.btn
{
padding-bottom
:
0
!
important
;
}
.referInfo
{
padding
:
0
50px
110px
50px
;
.checkForm
{
flex
:
1
;
.cont_title
{
height
:
48px
;
line-height
:
48px
;
font-size
:
18px
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#12141c
;
}
.tipsMsg
{
padding
:
0
10px
;
margin-bottom
:
15px
;
font-size
:
10px
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#a7a2a6
;
}
::v-deep
.el-form-item
{
margin-bottom
:
20px
;
.el-form-item__label
{
height
:
32px
;
line-height
:
32px
;
font-size
:
12px
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#12141c
;
}
&
.no_label
.el-form-item__label
:before
{
content
:
""
!
important
;
}
.el-form-item__content
{
// height: 40px;
// line-height: 40px;
.el-input
{
height
:
40px
;
.el-input--small
.el-input__inner
{
min-height
:
40px
!
important
;
}
.el-input__inner
{
min-height
:
40px
;
line-height
:
40px
;
border-radius
:
4px
;
border
:
1px
solid
#e1e3e6
;
background-color
:
#ffffff
;
&
:hover
{
border-color
:
var
(
--
color
);
}
&
:focus
{
border-color
:
var
(
--
color
);
}
}
}
// 圆
.el-radio-group
{
.el-radio
{
.el-radio__label
{
color
:
#656872
;
}
.el-radio__input
{
.el-radio__inner
{
width
:
20px
;
height
:
20px
;
line-height
:
20px
;
border-radius
:
50%
;
&
:hover
{
border-color
:
var
(
--
color
);
}
}
&
.is-checked
{
.el-radio__inner
{
background
:
#ffffff
!
important
;
border-color
:
var
(
--
color
);
&
:
:
after
{
width
:
7
.5px
;
height
:
7
.5px
;
background
:
var
(
--
color
)
!
important
;
}
}
}
}
}
}
}
&
.btn
{
.el-form-item__content
{
text-align
:
center
;
}
}
&
.bgPic
{
// height: 260px;
.el-form-item__label
{
font-size
:
14px
;
}
.bgInfo
{
font-size
:
12px
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#a7a2a6
;
line-height
:
24px
;
}
}
.el-select
{
width
:
100%
;
}
.image_add
{
position
:
relative
;
margin-top
:
24px
;
.image_in
{
.limit_10
{
display
:
none
;
}
.el-upload-list--picture-card
{
.item_img
{
width
:
100%
;
}
}
}
//去除upload组件过渡效果 css
.el-upload-list__item
{
transition
:
none
!
important
;
.is-ready
{
display
:
none
;
}
div
{
height
:
100%
;
}
}
.el-upload--picture-card
{
display
:
inline-block
;
}
.el-upload
{
position
:
relative
;
.el-icon-circle-plus
{
font-size
:
52px
;
color
:
var
(
--
color
);
position
:
absolute
;
top
:
50%
;
left
:
50%
;
transform
:
translate
(
-50%
,
-50%
);
}
}
i
{
font-size
:
22px
;
color
:
#ffffff
;
}
.text
{
font-size
:
14px
;
color
:
#a7a2a6
;
text-align
:
center
;
}
}
}
}
}
@import
"a/scss/SignUp/referInfo"
;
</
style
>
src/request/index/network.js
View file @
02140709
...
...
@@ -186,7 +186,7 @@ export function request(config) {
instance
.
interceptors
.
response
.
use
(
(
res
)
=>
{
console
.
log
(
res
,
'
11111
'
)
//
console.log(res, '11111')
// console.log(res.data.code, 'res.data.code')
if
(
res
.
data
.
code
==
400034
||
res
.
data
.
code
==
400035
||
...
...
src/views/index/camp/SignUp.vue
View file @
02140709
...
...
@@ -133,7 +133,7 @@ export default {
},
// status=4,跳到审核页面;status=3时,根据doubt_check做判断
signUpInit
(
status_val
)
{
console
.
log
(
111111
);
//
console.log(111111);
// console.log(status_val, "11111");
// console.log(isNexts, "2222");
signUpInit
({}).
then
((
res
)
=>
{
...
...
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