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
7c092772
Commit
7c092772
authored
Nov 01, 2019
by
FE
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '11-11' of gitlab.julyedu.com:baiguangyao/mr-julyedu into 11-11
parents
02684c89
d3727a48
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
src/components/blessingPreheat/collectBlessing/index.js
+6
-2
src/components/myOrders/index.js
+1
-1
No files found.
src/components/blessingPreheat/collectBlessing/index.js
View file @
7c092772
...
...
@@ -287,7 +287,9 @@ class CollectBlessing extends Component {
index
===
4
&&
<
a
className
=
"collect-blessing__content"
onClick
=
{
handleToShowInvite
}
>
<
span
>
邀请链接
<
/span
>
<
i
>
已加
{
inviteBlessing
}
点
<
/i
>
{
inviteBlessing
>
0
&&
<
i
>
已加
{
inviteBlessing
}
点
<
/i
>
}
<
/a
>
}
{
...
...
@@ -296,7 +298,9 @@ class CollectBlessing extends Component {
className
=
"collect-blessing__content"
onClick
=
{
toSection
}
>
<
span
>
去选课
<
/span
>
<
i
>
已加
{
buyBlessing
}
点
<
/i
>
{
buyBlessing
>
0
&&
<
i
>
已加
{
buyBlessing
}
点
<
/i
>
}
<
/a
>
}
<
/div
>
...
...
src/components/myOrders/index.js
View file @
7c092772
...
...
@@ -193,7 +193,7 @@ function PayInfo(props) {
<
/p
>
<
p
>
<
span
className
=
'payable'
>
已优惠:
<
/span
>
<
span
className
=
'price'
>
¥
{
props
.
item
.
d
eposit_cu
t
}
<
/span
>
<
span
className
=
'price'
>
¥
{
props
.
item
.
d
iscoun
t
}
<
/span
>
<
/p
>
<
/div
>
...
...
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