Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
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
baiguangyao
mr-julyedu
Commits
96c62e90
Commit
96c62e90
authored
Nov 02, 2019
by
FE
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
invite data modify
parent
d2d71749
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
src/components/activity/invite.js
+4
-2
src/components/blessingRank/index.js
+0
-1
No files found.
src/components/activity/invite.js
View file @
96c62e90
...
...
@@ -13,6 +13,7 @@ class Invite extends Component {
isWeiXin
:
false
,
showTip
:
false
,
hotValue
:
0
,
hot_schedule
:
''
,
userList
:
[],
}
}
...
...
@@ -60,6 +61,7 @@ class Invite extends Component {
let
{
code
,
data
,
msg
}
=
res
.
data
;
if
(
code
===
200
)
{
this
.
setState
({
hot_schedule
:
data
.
hot_schedule
,
hotValue
:
data
.
hot_value
});
}
else
{
...
...
@@ -123,7 +125,7 @@ class Invite extends Component {
}
render
()
{
let
{
userList
,
showTip
,
hotValue
,
isWeiXin
}
=
this
.
state
;
let
{
userList
,
showTip
,
hotValue
,
hot_schedule
,
isWeiXin
}
=
this
.
state
;
return
(
<
div
className
=
"activity__con"
>
<
div
className
=
'banner__con'
><
/div
>
...
...
@@ -145,7 +147,7 @@ class Invite extends Component {
<
div
className
=
"hot__progress"
>
<
span
>
0
<
/span
>
<
div
className
=
"progress__bar"
>
<
div
className
=
"progress__point"
style
=
{{
'width'
:
hot
Value
+
'%'
}}
><
/div
>
<
div
className
=
"progress__point"
style
=
{{
'width'
:
hot
_schedule
}}
><
/div
>
<
/div
>
<
span
>
3600
<
/span
>
<
/div
>
...
...
src/components/blessingRank/index.js
View file @
96c62e90
...
...
@@ -47,7 +47,6 @@ class BlessingRank extends Component {
Popup
({
title
:
'收货信息'
,
content
:
<
AddressPopup
handleToHide
=
{()
=>
this
.
handleToSwitch
(
false
)}
/
>
})
}
}
...
...
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