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
e7071d4f
Commit
e7071d4f
authored
Sep 10, 2019
by
FE
Browse files
Options
Browse Files
Download
Plain Diff
merge new-share
parents
fc0bbae8
4625d0e5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
1 deletions
+7
-1
src/components/detail/index.js
+2
-0
src/components/detail/redPacket/index.js
+1
-1
src/components/detail/redPacket/index.scss
+4
-0
No files found.
src/components/detail/index.js
View file @
e7071d4f
...
@@ -596,6 +596,8 @@ class Detail extends Component {
...
@@ -596,6 +596,8 @@ class Detail extends Component {
/
>
/
>
}
}
{
/*砍价*/
}
{
/*砍价*/
}
{
{
course_info
.
is_baoming
===
0
&&
(
!
course_info
.
is_aist
)
&&
course_info
.
is_bargain
&&
course_info
.
is_baoming
===
0
&&
(
!
course_info
.
is_aist
)
&&
course_info
.
is_bargain
&&
...
...
src/components/detail/redPacket/index.js
View file @
e7071d4f
...
@@ -767,7 +767,7 @@ class RedPacket extends PureComponent {
...
@@ -767,7 +767,7 @@ class RedPacket extends PureComponent {
return
(
return
(
<
input
<
input
{...
field
}
{...
field
}
className
=
"popup-form__ipt"
className
=
"popup-form__ipt
popup-form__ipt--left
"
type
=
"text"
type
=
"text"
placeholder
=
"输入验证码"
placeholder
=
"输入验证码"
/>
/>
...
...
src/components/detail/redPacket/index.scss
View file @
e7071d4f
...
@@ -342,6 +342,10 @@
...
@@ -342,6 +342,10 @@
flex
:
1
;
flex
:
1
;
}
}
.popup-form__ipt--left
{
width
:
130px
;
}
.popup-form__button--code
{
.popup-form__button--code
{
margin-left
:
10px
;
margin-left
:
10px
;
}
}
...
...
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