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
3fced035
Commit
3fced035
authored
Dec 22, 2019
by
FE
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '00-formal'
parents
27630d53
f94cb69b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
7 deletions
+5
-7
src/components/activity/newyear-2019/preheat/YearCourse/index.scss
+1
-0
src/components/activity/newyear-2019/year-wish/index.scss
+1
-0
src/components/detail/group/togroup.js
+3
-7
No files found.
src/components/activity/newyear-2019/preheat/YearCourse/index.scss
View file @
3fced035
...
...
@@ -196,6 +196,7 @@
display
:
flex
;
.to-group
{
font-size
:
12px
;
&
:nth-child
(
1
)
{
margin-right
:
2px
;
...
...
src/components/activity/newyear-2019/year-wish/index.scss
View file @
3fced035
...
...
@@ -207,6 +207,7 @@ html, body, #root {
display
:
flex
;
.to-group
{
font-size
:
12px
;
&
:nth-child
(
1
)
{
margin-right
:
2px
;
...
...
src/components/detail/group/togroup.js
View file @
3fced035
...
...
@@ -248,30 +248,26 @@ function GorupContent(props) {
<
/div>
)
;
if
(
groupon_member
&&
groupon_member
.
length
>
0
)
{
let
flag
=
tru
e
;
let
flag
=
fals
e
;
!
userInfo
.
hasError
&&
groupon_member
.
map
(
item
=>
{
if
(
item
.
uid
==
userInfo
.
data
.
uid
)
{
flag
=
true
return
;
}
else
{
flag
=
false
;
return
;
}
})
if
(
flag
)
{
tip
=
<
p
className
=
'tip'
>
{
`拼团省¥
${
data
.
price1
-
pdd_price
}
元`
}
<
/p
>
btn
=
<
span
className
=
'group-btn'
onClick
=
{
props
.
invitedFriends
}
>
邀请好友参团
{
countdown
}
后结束
<
/span
>
dec
=
<
p
className
=
'dec'
>
分享到
3
个群后,成团率高达
98
%<
/p
>
}
else
{
if
(
getParam
(
'
getParam
'
)
==
1
){
if
(
getParam
(
'
is_originator
'
)
==
1
){
tip
=
<
p
className
=
'tip'
>
{
`拼团省¥
${
data
.
price1
-
pdd_price
}
元`
}
<
/p
>
btn
=
<
a
href
=
"javascript:;"
className
=
'group-btn'
onClick
=
{
props
.
handleToGroup
}
>
一键参团
<
/a
>
}
else
{
tip
=
<
p
className
=
'tip'
>
{
`拼团省¥
${
data
.
price1
-
pdd_price
}
元`
}
<
/p
>
btn
=
<
span
className
=
'group-btn'
onClick
=
{
props
.
invitedFriends
}
>
邀请好友参团
{
countdown
}
后结束
<
/span
>
dec
=
<
p
className
=
'dec'
>
分享到
3
个群后,成团率高达
98
%<
/p
>
}
}
}
}
...
...
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