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
44432bc1
Commit
44432bc1
authored
Dec 16, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
打包
parent
90ce0ac7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
5 deletions
+14
-5
build/precache-manifest.7887bacd6881aea50b0ccfb98fa3636b.js
+0
-0
src/components/activity/newyear-2019/common/system-bullet-screen/index.js
+1
-1
src/components/activity/newyear-2019/common/user-bullet-screen/index.js
+6
-0
src/components/activity/newyear-2019/year-wish/index.js
+7
-4
No files found.
build/precache-manifest.7887bacd6881aea50b0ccfb98fa3636b.js
0 → 100644
View file @
44432bc1
This diff is collapsed.
Click to expand it.
src/components/activity/newyear-2019/common/system-bullet-screen/index.js
View file @
44432bc1
...
...
@@ -19,7 +19,7 @@ class SystemBulletScreen extends Component {
}
componentWillUnmount
()
{
this
.
swiper
&&
this
.
swiper
.
destroy
(
true
,
true
)
this
.
swiper
&&
this
.
swiper
.
destroy
()
}
...
...
src/components/activity/newyear-2019/common/user-bullet-screen/index.js
View file @
44432bc1
...
...
@@ -6,6 +6,8 @@ import './bullet-screen.scss'
class
UserBulletScreen
extends
Component
{
swiper
state
=
{
bulletScreenData
:
[]
}
...
...
@@ -14,6 +16,10 @@ class UserBulletScreen extends Component {
this
.
getBulletScreenData
(
true
)
}
componentWillUpdate
()
{
this
.
swiper
&&
this
.
swiper
.
destroy
()
}
initializeBulletScreen
=
()
=>
{
const
_this
=
this
...
...
src/components/activity/newyear-2019/year-wish/index.js
View file @
44432bc1
...
...
@@ -17,10 +17,10 @@ class YarnWish extends Component {
}
componentWillUpdate
()
{
const
{
activityStage
}
=
this
.
state
;
if
(
activityStage
==
1
)
{
const
{
activityStage
}
=
this
.
state
if
(
activityStage
==
1
)
{
document
.
title
=
`七月在线年终大回馈,人气好课免费学,精品课程1分抢!`
}
else
{
}
else
{
document
.
title
=
`七月在线年终大回馈,人气好课免费学,精品课程1分抢!`
}
}
...
...
@@ -33,6 +33,8 @@ class YarnWish extends Component {
this
.
setState
({
list
:
JSON
.
stringify
(
data
)
===
'{}'
?
[]
:
data
})
}
else
if
(
code
===
4030
)
{
this
.
props
.
history
.
push
(
'/passport/login'
)
}
})
}
...
...
@@ -116,7 +118,8 @@ class YarnWish extends Component {
<
/div
>
<
div
className
=
"price"
>
{
item
.
type
==
2
?
'到手最低:¥'
:
'¥'
}
<
span
className
=
"new-price"
>
{
item
.
type
==
4
?
'0.01'
:
item
.
price2
}
<
/span
>
<
span
className
=
"new-price"
>
{
item
.
type
==
4
?
'0.01'
:
item
.
price2
}
<
/span
>
<
span
className
=
"old-price"
>
现价:
<
s
>
¥
{
item
.
price1
}
<
/s></
span
>
<
/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