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
851de204
Commit
851de204
authored
4 years ago
by
leiqingsong
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_xll' of
http://111.203.232.171:8888/Song/xitiansenmall
into dev_lqs
parents
97ac2fd4
4d236a97
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
124 additions
and
84 deletions
+124
-84
package-lock.json
H5/package-lock.json
+115
-83
grade.vue
H5/src/views/grade.vue
+2
-1
register.vue
H5/src/views/register.vue
+7
-0
No files found.
H5/package-lock.json
View file @
851de204
This diff is collapsed.
Click to expand it.
H5/src/views/grade.vue
View file @
851de204
...
...
@@ -81,6 +81,7 @@ export default {
num
:
12
,
label
:
"我的直推"
,
hasArrow
:
true
,
urlName
:
"MyStatus"
,
field
:
"recommendUserCount"
},
{
...
...
@@ -272,7 +273,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 @
851de204
...
...
@@ -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