Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
X
XiTianSenMall
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
leiqingsong
XiTianSenMall
Commits
e20c11d1
Commit
e20c11d1
authored
4 years ago
by
xulili
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
注册邀请码
parent
5ee59d83
master
dev_lqs
dev_wm
dev_xll
1 merge request
!20
Dev xll
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
1 deletion
+8
-1
grade.vue
H5/src/views/grade.vue
+1
-1
register.vue
H5/src/views/register.vue
+7
-0
No files found.
H5/src/views/grade.vue
View file @
e20c11d1
...
...
@@ -272,7 +272,7 @@ $white: #ffffff;
</
style
>
<
style
lang=
"scss"
>
.van-progress
{
width
:
250px
;
width
:
calc
(
100%
-
72px
)
;
height
:
4px
;
background-color
:
rgba
(
0
,
0
,
0
,
0
.2
);
.van-progress__portion
{
...
...
This diff is collapsed.
Click to expand it.
H5/src/views/register.vue
View file @
e20c11d1
...
...
@@ -95,6 +95,13 @@ export default {
};
},
mounted
()
{
let
params
=
window
.
location
.
search
if
(
params
){
let
beInvitedCode
=
params
.
split
(
'='
)[
1
]
if
(
beInvitedCode
){
this
.
form
.
beInvitedCode
=
beInvitedCode
}
}
if
(
this
.
timer
)
{
clearInterval
(
this
.
timer
);
}
...
...
This diff is collapsed.
Click to expand it.
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