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
6cda9005
Commit
6cda9005
authored
3 years ago
by
dazhou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug fix
parent
b6194389
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
18 additions
and
3 deletions
+18
-3
build/mrstaticjs/togroup.666cdc19.chunk.js.map
+0
-0
src/components/detail/group/togroup.js
+18
-3
No files found.
build/mrstaticjs/togroup.666cdc19.chunk.js.map
View file @
6cda9005
This diff is collapsed.
Click to expand it.
src/components/detail/group/togroup.js
View file @
6cda9005
...
...
@@ -305,7 +305,12 @@ function GorupContent(props) {
}
})
if
(
flag
)
{
tip
=
<
p
className
=
"tip"
>
{
`拼团省¥
${
data
.
price1
-
pdd_price
}
元`
}
<
/p
>
tip
=
(
<
p
className
=
"tip"
>
{
`拼团省¥
${
round
(
data
.
price1
-
pdd_price
,
2
)}
元`
}
<
/p
>
)
btn
=
(
<
span
className
=
"group-btn"
onClick
=
{
props
.
invitedFriends
}
>
邀请好友参团
{
countdown
}
后结束
...
...
@@ -314,7 +319,12 @@ function GorupContent(props) {
dec
=
<
p
className
=
"dec"
>
分享到
3
个群后,成团率高达
98
%<
/p
>
}
else
{
if
(
getParam
(
"is_originator"
)
==
1
)
{
tip
=
<
p
className
=
"tip"
>
{
`拼团省¥
${
data
.
price1
-
pdd_price
}
元`
}
<
/p
>
tip
=
(
<
p
className
=
"tip"
>
{
`拼团省¥
${
round
(
data
.
price1
-
pdd_price
,
2
)}
元`
}
<
/p
>
)
btn
=
(
<
a
href
=
"javascript:;"
...
...
@@ -325,7 +335,12 @@ function GorupContent(props) {
<
/a
>
)
}
else
{
tip
=
<
p
className
=
"tip"
>
{
`拼团省¥
${
data
.
price1
-
pdd_price
}
元`
}
<
/p
>
tip
=
(
<
p
className
=
"tip"
>
{
`拼团省¥
${
round
(
data
.
price1
-
pdd_price
,
2
)}
元`
}
<
/p
>
)
btn
=
(
<
span
className
=
"group-btn"
onClick
=
{
props
.
invitedFriends
}
>
邀请好友参团
{
countdown
}
后结束
...
...
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