Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
B
biz.qingxiao.com
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
wangxuelai
biz.qingxiao.com
Commits
050dce64
Commit
050dce64
authored
Oct 09, 2019
by
sujie@126.com
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dd
parent
03a050a3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
classrRgistration.js
src/pages/classmgt/classrRgistration.js
+4
-4
No files found.
src/pages/classmgt/classrRgistration.js
View file @
050dce64
...
...
@@ -155,14 +155,14 @@ class ClassrRgistration extends React.Component {
<
Radio
value
=
{
3
}
>
按班级收费
<
/Radio
>
<
/Radio.Group
>
<
/div
>
{
parmas
.
type
!=
3
&&
{
parmas
.
mode_
type
!=
3
&&
<
div
className
=
{
pageStyle
.
fromItem
}
>
<
span
className
=
{
pageStyle
.
fromItemspan
}
>
购买
:
&
nbsp
;
&
nbsp
;
<
/span><InputNumber min=
{1}
max=
{9999}
value={parmas.buy} onChange={this.onBuyChange} /
><
span
>&
nbsp
;
&
nbsp
;{
parmas
.
type
==
1
?
'课时'
:
'天'
}
<
/span
>
<
span
className
=
{
pageStyle
.
fromItemspan
}
>
购买
:
&
nbsp
;
&
nbsp
;
<
/span><InputNumber min=
{1}
max=
{9999}
value={parmas.buy} onChange={this.onBuyChange} /
><
span
>&
nbsp
;
&
nbsp
;{
parmas
.
mode_
type
==
1
?
'课时'
:
'天'
}
<
/span
>
<
/div
>
}
{
parmas
.
type
!=
3
&&
{
parmas
.
mode_
type
!=
3
&&
<
div
className
=
{
pageStyle
.
fromItem
}
>
<
span
className
=
{
pageStyle
.
fromItemspan
}
>
赠送
:
&
nbsp
;
&
nbsp
;
<
/span><InputNumber min=
{1}
max=
{9999}
value={parmas.give} onChange={this.onGiveChange} /
><
span
>&
nbsp
;
&
nbsp
;{
parmas
.
type
==
1
?
'课时'
:
'天'
}
<
/span
>
<
span
className
=
{
pageStyle
.
fromItemspan
}
>
赠送
:
&
nbsp
;
&
nbsp
;
<
/span><InputNumber min=
{1}
max=
{9999}
value={parmas.give} onChange={this.onGiveChange} /
><
span
>&
nbsp
;
&
nbsp
;{
parmas
.
mode_
type
==
1
?
'课时'
:
'天'
}
<
/span
>
<
/div
>
}
<
/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