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
b9631254
Commit
b9631254
authored
Dec 22, 2019
by
FE
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '00' of gitlab.julyedu.com:baiguangyao/mr-julyedu into 00
parents
58c54c8e
88cef7b6
Show whitespace changes
Inline
Side-by-side
Showing
12 changed files
with
122 additions
and
37 deletions
+122
-37
src/App.js
+6
-0
src/components/activity/newyear-2019/box-container/box-container.scss
+3
-3
src/components/activity/newyear-2019/common/prizes/index.js
+1
-1
src/components/activity/newyear-2019/landing/index.js
+52
-22
src/components/activity/newyear-2019/landing/landing.scss
+36
-2
src/components/activity/newyear-2019/myTreasure/index.js
+3
-2
src/components/activity/newyear-2019/myTreasure/team.js
+2
-2
src/components/activity/newyear-2019/preheat/LiveRoom/index.js
+7
-0
src/components/activity/newyear-2019/preheat/LiveRoom/index.scss
+4
-0
src/components/activity/newyear-2019/preheat/index.js
+1
-0
src/components/activity/newyear-2019/treasure-box/team.js
+6
-5
src/components/activity/newyear-2019/year-wish/index.js
+1
-0
No files found.
src/App.js
View file @
b9631254
...
...
@@ -157,6 +157,12 @@ class App extends Component {
if
(
code
&&
!
oid
)
{
//针对2019双旦活动特殊处理,活动结束后删掉
//treasure_code=3538333139312c31&origin=2&aa=bb&code=0211aiYB1VVOL60rmWWB1367YB11aiY7&state=STATE
if
(
getParam
(
'treasure_code'
)
==
'3538333139312c31'
&&
code
==
'0211aiYB1VVOL60rmWWB1367YB11aiY7'
){
return
}
http
.
get
(
`
${
API
[
'home'
]}
/m/wx_loginInfo/code/
${
code
}
?redirect=
${
encodeURIComponent
(
window
.
location
.
href
)}
`
)
.
then
(
res
=>
{
let
data
=
res
.
data
...
...
src/components/activity/newyear-2019/box-container/box-container.scss
View file @
b9631254
.box-container
{
position
:
relative
;
background
:
#327443
;
background
:
#327443
url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/PC/sd_nr_bj2.png")
repeat-y
;
background-size
:
100%
auto
;
padding
:
14px
0
;
.image-box
{
height
:
100%
;
background
:
url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/PC/sd_nr_bj2.png")
repeat-y
;
background-size
:
100%
auto
;
}
@mixin
common-deco
(
$bg
)
{
...
...
src/components/activity/newyear-2019/common/prizes/index.js
View file @
b9631254
...
...
@@ -108,7 +108,7 @@ class Prizes extends Component {
item
.
is_captain
!=
0
&&
<
span
className
=
'captain top-tag'
>
队长专属
<
/span
>
}
{
item
.
mode
===
2
&&
<
span
className
=
'stage top-tag'
>
第
{
item
.
stage_no
}
次
必中
<
/span
>
item
.
mode
===
2
&&
<
span
className
=
'stage top-tag'
>
第
{
item
.
stage_no
}
个
必中
<
/span
>
}
{
item
.
grant_max
...
...
src/components/activity/newyear-2019/landing/index.js
View file @
b9631254
...
...
@@ -19,6 +19,8 @@ class Landing extends Component {
joinSuccessPopup
=
null
shareTipPopup
=
null
swiper
=
null
shareTitle
=
''
shareDesc
=
''
state
=
{
...
...
@@ -36,6 +38,13 @@ class Landing extends Component {
componentDidMount
()
{
this
.
fetchPageData
()
window
.
showFollowAlert
=
this
.
remind
.
bind
(
this
,
'create'
)
document
.
title
=
'七月在线年终大回馈,幸运宝箱随你开,100%有奖!'
const
landing
=
document
.
querySelector
(
'#landing'
)
const
boxContainer
=
document
.
querySelector
(
'.box-container'
)
if
(
boxContainer
.
offsetHeight
<
window
.
innerHeight
){
landing
.
style
.
minHeight
=
`
${
window
.
innerHeight
}
px`
boxContainer
.
style
.
minHeight
=
`
${
window
.
innerHeight
}
px`
}
}
componentDidUpdate
(
prevProps
)
{
...
...
@@ -65,10 +74,12 @@ class Landing extends Component {
activityEnd
:
data
.
status
==
5
})
this
.
setupWxShareConfig
(
data
.
member
)
if
(
browser
.
isWeixin
)
{
wxShare
({
title
:
`@
${
data
.
member
[
0
].
user_name
}
邀您一起组队拿豪礼!`
,
desc
:
`加入我的队伍,机械键盘,纸质书籍等超多奖品等你拿!`
,
title
:
this
.
shareTitle
,
desc
:
this
.
shareDesc
,
link
:
`
${
window
.
location
.
origin
}${
location
.
pathname
}
?treasure_code=
${
getParam
(
'treasure_code'
)}
&origin=2`
,
imgUrl
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/wx-share-icon.png'
})
...
...
@@ -91,6 +102,13 @@ class Landing extends Component {
})
}
setupWxShareConfig
=
member
=>
{
const
len
=
member
.
length
let
count
=
5
-
len
<=
0
?
4
:
5
-
len
this
.
shareTitle
=
`还差
${
count
}
人即可开宝箱,100%有奖!`
this
.
shareDesc
=
'加入我的队伍,机械键盘,纸质书籍等超多奖品等你拿!--七月在线'
}
showSharePromptWithParam
=
()
=>
{
if
(
sessionStorage
.
getItem
(
'showShareTip'
)
&&
!
sessionStorage
.
getItem
(
'closedRemind'
))
{
this
.
showShareTip
()
...
...
@@ -136,9 +154,9 @@ class Landing extends Component {
const
{
history
}
=
this
.
props
this
.
joinSuccessPopup
&&
this
.
joinSuccessPopup
.
remove
()
if
(
getParam
(
'version'
))
{
history
.
push
(
`
/year/yearTreasure?id=
${
id
}
&version=
${
getParam
(
'version'
)}
`
)
window
.
location
.
assign
(
`https://m.julyedu.com
/year/yearTreasure?id=
${
id
}
&version=
${
getParam
(
'version'
)}
`
)
}
else
{
history
.
push
(
`
/year/yearTreasure?id=
${
id
}
`
)
window
.
location
.
assign
(
`https://m.julyedu.com
/year/yearTreasure?id=
${
id
}
`
)
}
}
...
...
@@ -187,8 +205,8 @@ class Landing extends Component {
const
{
history
,
match
,
user
,
location
}
=
this
.
props
if
(
getParam
(
'version'
))
{
let
data
=
{
title
:
`@
${
user
.
data
.
username
}
邀您一起组队拿豪礼!`
,
desc
:
`加入我的队伍,机械键盘,纸质书籍等超多奖品等你拿!`
,
title
:
this
.
shareTitle
,
desc
:
this
.
shareDesc
,
link
:
`
${
window
.
location
.
origin
}${
location
.
pathname
}
?treasure_code=
${
treasure_code
}
&origin=2`
,
imgUrl
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/wx-share-icon.png'
}
...
...
@@ -304,8 +322,8 @@ class Landing extends Component {
if
(
browser
.
isAndroidApp
||
browser
.
isIOSApp
)
{
SendMessageToApp
(
'toShare'
,
{
title
:
`@
${
user
.
data
.
username
}
邀您一起组队拿豪礼!`
,
desc
:
`加入我的队伍,机械键盘,纸质书籍等超多奖品等你拿!`
,
title
:
this
.
shareTitle
,
desc
:
this
.
shareDesc
,
link
:
`
${
window
.
location
.
origin
}${
location
.
pathname
}
?treasure_code=
${
getParam
(
'treasure_code'
)}
&origin=2`
,
imgUrl
:
'https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/wx-share-icon.png'
})
...
...
@@ -354,11 +372,10 @@ class Landing extends Component {
}
requiredLogin
=
()
=>
{
const
{
history
,
user
}
=
this
.
props
const
{
history
,
user
,
location
}
=
this
.
props
if
(
user
.
hasError
)
{
if
(
browser
.
isWeixin
)
{
window
.
location
.
assign
(
`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx23dac6775ac82877&redirect_uri=
${
encodeURIComponent
(
window
.
location
.
href
+
'&aa=bb'
)}
&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
)
window
.
location
.
assign
(
`https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx23dac6775ac82877&redirect_uri=
${
encodeURIComponent
(
`
${
window
.
location
.
origin
}${
location
.
pathname
}
?treasure_code=
${
getParam
(
'treasure_code'
)}
&origin=
${
getParam
(
'origin'
)}
&aa=bb`
)}
&response_type=code&scope=snsapi_userinfo&state=STATE#wechat_redirect`
)
}
else
{
history
.
push
(
'/passport'
)
}
...
...
@@ -369,9 +386,9 @@ class Landing extends Component {
toSquare
=
()
=>
{
const
{
history
}
=
this
.
props
if
(
!
getParam
(
'version'
))
{
history
.
push
(
'
/year/yearindex'
)
window
.
location
.
assign
(
'https://m.julyedu.com
/year/yearindex'
)
}
else
{
history
.
push
(
'
/year/yearindex?version='
+
getParam
(
'version'
))
window
.
location
.
assign
(
'https://m.julyedu.com
/year/yearindex?version='
+
getParam
(
'version'
))
}
}
...
...
@@ -385,7 +402,8 @@ class Landing extends Component {
lack_member
,
team_num
,
prize_info
,
my_team
my_team
,
standby_plan
},
activityEnd
,
isCaptain
...
...
@@ -397,14 +415,23 @@ class Landing extends Component {
* 3-已加入当前队伍
* 4-已加入别的队伍
* */
return
(
<
div
id
=
{
'landing'
}
>
{
!
(
standby_plan
&&
browser
.
isWeixin
)
&&
<
div
id
=
"to-square"
>
<
a
href
=
'javascript:'
onClick
=
{
this
.
toSquare
}
>
前往活动会场,享更多福利!
>><
/a
>
<
/div
>
}
<
BoxContainer
>
<
i
className
=
"snow-deco"
/>
<
i
className
=
{
`snow-deco
${
standby_plan
&&
browser
.
isWeixin
?
'standby'
:
''
}
`
}
/
>
{
standby_plan
&&
browser
.
isWeixin
&&
<>
<
WhiteSpace
className
=
{
'standby-space'
}
/
>
<
div
className
=
{
'standby-tip'
}
>
点击右上角,选择“在浏览器打开”
<
/div
>
<
/
>
}
<
img
className
=
'main-avatar'
src
=
{
head_img
}
alt
=
""
/>
{
...
...
@@ -462,9 +489,12 @@ class Landing extends Component {
<
div
className
=
"group-des"
>
还差
{
lack_member
}
名队员即可获得当前宝箱哦
~
<
/div
>
{
!
(
standby_plan
&&
browser
.
isWeixin
)
&&
<
button
type
=
'button'
className
=
{
'invite-btn'
}
onClick
=
{
this
.
showShareTip
}
>
邀请好友加入队伍
<
/button
>
}
<
/
>
}
{
...
...
@@ -479,14 +509,14 @@ class Landing extends Component {
}
<
/div
>
{
my_team
[
'is_team'
]
?
!
(
standby_plan
&&
browser
.
isWeixin
)
&&
(
my_team
[
'is_team'
]
?
<
button
type
=
'button'
className
=
{
'invite-btn'
}
onClick
=
{
this
.
inviteMembers
.
bind
(
this
,
my_team
[
'treasure_code'
])}
>
继续组队
<
/button
>
:
<
button
type
=
'button'
className
=
{
'invite-btn'
}
onClick
=
{
this
.
createMyTeam
}
>
创建我的队伍
<
/button
>
<
/button>
)
}
<
/
>
}
...
...
@@ -502,25 +532,25 @@ class Landing extends Component {
}
<
/div
>
{
my_team
[
'is_team'
]
?
!
(
standby_plan
&&
browser
.
isWeixin
)
&&
(
my_team
[
'is_team'
]
?
<
button
type
=
'button'
className
=
{
'invite-btn'
}
onClick
=
{
this
.
inviteMembers
.
bind
(
this
,
my_team
[
'treasure_code'
])}
>
继续组队
<
/button
>
:
<
button
type
=
'button'
className
=
{
'invite-btn'
}
onClick
=
{
this
.
createMyTeam
}
>
创建我的队伍
<
/button
>
<
/button>
)
}
<
/
>
}
{
status
===
2
&&
!
activityEnd
&&
<
button
type
=
'button'
className
=
{
'invite-btn'
}
onClick
=
{
this
.
joinTeam
}
>
!
(
standby_plan
&&
browser
.
isWeixin
)
&&
status
===
2
&&
!
activityEnd
&&
<
button
type
=
'button'
className
=
{
'invite-btn'
}
onClick
=
{
this
.
joinTeam
}
>
同意加入队伍
<
/button
>
}
{
prize_info
&&
prize_info
.
length
!==
0
&&
!
activityEnd
&&
!
isCaptain
&&
<
div
className
=
"certainly-prompt"
>
第
{
prize_info
[
0
].
stage_no
}
次
必中
{
prize_info
[
0
].
name
}
第
{
prize_info
[
0
].
stage_no
}
个宝箱
必中
{
prize_info
[
0
].
name
}
<
/div
>
}
{
...
...
src/components/activity/newyear-2019/landing/landing.scss
View file @
b9631254
...
...
@@ -17,6 +17,7 @@
#landing
{
background
:
#BC2A18
;
text-align
:
center
;
min-height
:
100%
;
#to-square
{
position
:
fixed
;
...
...
@@ -43,6 +44,10 @@
height
:
68px
;
background
:
url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/snow-deco.png")
no-repeat
;
background-size
:
contain
;
&
.standby
{
top
:
0
;
}
}
.main-avatar
{
...
...
@@ -50,7 +55,7 @@
height
:
49px
;
border-radius
:
50%
;
margin-bottom
:
5px
;
margin-top
:
37
.
5px
;
margin-top
:
5
5px
;
object-fit
:
cover
;
}
...
...
@@ -69,6 +74,35 @@
}
}
.standby-space
{
height
:
25px
;
}
.standby-tip
{
position
:
relative
;
width
:
270px
;
height
:
32px
;
background
:
#FFDE00
;
border-radius
:
5px
;
margin
:
0
auto
-40px
;
line-height
:
32px
;
text-align
:
center
;
color
:
#202426
;
font-size
:
15px
;
&
:
:
after
{
content
:
''
;
display
:
block
;
position
:
absolute
;
top
:
-120%
;
right
:
-6%
;
width
:
50px
;
height
:
38px
;
background
:
url("https://julyedu-cdn.oss-cn-beijing.aliyuncs.com/newyear20/H5/standby-share-tip-icon.png")
;
background-size
:
contain
;
}
}
.group
{
ul
.member
{
...
...
@@ -161,7 +195,7 @@
}
.certainly-prompt
{
margin-top
:
-43
px
;
margin-top
:
27
px
;
padding-bottom
:
16px
;
font-size
:
14px
;
color
:
#FFE300
;
...
...
src/components/activity/newyear-2019/myTreasure/index.js
View file @
b9631254
...
...
@@ -43,6 +43,7 @@ class MyTreasure extends Component {
componentDidMount
()
{
this
.
fetchMyTreasure
()
this
.
fetchActivityStatus
()
document
.
title
=
'七月在线年终大回馈,幸运宝箱随你开,100%有奖!人气好课免费学,精品课程1分抢!'
;
}
componentWillReceiveProps
(
nextProp
)
{
...
...
@@ -350,9 +351,9 @@ class MyTreasure extends Component {
handleToInvite
=
(
treasure_code
)
=>
{
const
{
history
}
=
this
.
props
if
(
getParam
(
'version'
))
{
history
.
push
(
`
/activity/newyear-2019/landing?treasure_code=
${
treasure_code
}
&origin=1&version=
${
getParam
(
'version'
)}
`
)
window
.
location
.
assign
(
`https://h5.julyedu.com
/activity/newyear-2019/landing?treasure_code=
${
treasure_code
}
&origin=1&version=
${
getParam
(
'version'
)}
`
)
}
else
{
history
.
push
(
`
/activity/newyear-2019/landing?treasure_code=
${
treasure_code
}
&origin=1`
)
window
.
location
.
assign
(
`https://h5.julyedu.com
/activity/newyear-2019/landing?treasure_code=
${
treasure_code
}
&origin=1`
)
}
}
...
...
src/components/activity/newyear-2019/myTreasure/team.js
View file @
b9631254
...
...
@@ -138,8 +138,8 @@ class TreasureTeam extends Component {
<>
{
is_captain
?
<
Link
className
=
"team-button"
to
=
{
`/activity/newyear-2019/landing?treasure_code=
${
treasure_code
}
&origin=1`
}
>
继续邀请队友
<
/Link
>
:
<
Link
className
=
"team-button"
to
=
{
`/activity/newyear-2019/landing?treasure_code=
${
treasure_code
}
&origin=2`
}
>
帮好友完成组队
<
/Link
>
?
<
a
className
=
"team-button"
href
=
{
`https://h5.julyedu.com/activity/newyear-2019/landing?treasure_code=
${
treasure_code
}
&origin=1`
}
>
继续邀请队友
<
/a
>
:
<
a
className
=
"team-button"
href
=
{
`https://h5.julyedu.com/activity/newyear-2019/landing?treasure_code=
${
treasure_code
}
&origin=2`
}
>
帮好友完成组队
<
/a
>
}
<
/
>
}
...
...
src/components/activity/newyear-2019/preheat/LiveRoom/index.js
View file @
b9631254
...
...
@@ -166,6 +166,13 @@ class LiveRoom extends Component {
<
span
onClick
=
{
()
=>
this
.
subscribe
(
item
.
live_id
)}
className
=
"order__btn"
>
立即预约
<
/span
>
)
}
{
item
.
is_end
==
1
&&
item
.
transcribe_url
==
''
&&
(
<
span
className
=
"order__btn live__end"
>
已结束
<
/span
>
)
}
{
item
.
on_live
==
0
&&
item
.
is_end
==
0
&&
item
.
is_subscribe
==
1
&&
(
<
span
onClick
=
{
this
.
tip
}
className
=
"order__btn subscribed"
>
已预约
<
/span
>
...
...
src/components/activity/newyear-2019/preheat/LiveRoom/index.scss
View file @
b9631254
...
...
@@ -91,6 +91,10 @@
.subscribed
{
background
:
rgba
(
254
,
228
,
29
,
1
);
}
.live__end
{
background
:
#999
;
color
:
#fff
;
}
.living
{
background
:
rgba
(
0
,
153
,
255
,
1
);
color
:
#fff
;
...
...
src/components/activity/newyear-2019/preheat/index.js
View file @
b9631254
...
...
@@ -39,6 +39,7 @@ export default class index extends Component {
_this
.
loginInfo
(
result
)
}
_this
.
getStage
()
document
.
title
=
'七月在线年终大回馈,幸运宝箱随你开,100%有奖!人气好课免费学,精品课程1分抢!'
;
}
// 获取app登录数据
...
...
src/components/activity/newyear-2019/treasure-box/team.js
View file @
b9631254
...
...
@@ -102,9 +102,10 @@ class TeamInfo extends Component {
// 直接跳转
if
(
!
getParam
(
'version'
))
{
this
.
props
.
history
.
push
(
'/activity/newyear-2019/landing?origin=1&treasure_code='
+
treasure_code
);
// this.props.history.push('/activity/newyear-2019/landing?origin=1&treasure_code=' + treasure_code);
window
.
location
.
assign
(
'https://h5.julyedu.com/activity/newyear-2019/landing?origin=1&treasure_code='
+
treasure_code
);
}
else
{
this
.
props
.
history
.
push
(
'
/activity/newyear-2019/landing?origin=1&treasure_code='
+
treasure_code
+
'&version='
+
getParam
(
'version'
));
window
.
location
.
assign
(
'https://h5.julyedu.com
/activity/newyear-2019/landing?origin=1&treasure_code='
+
treasure_code
+
'&version='
+
getParam
(
'version'
));
}
}
else
{
// 没自己的队伍
...
...
@@ -114,9 +115,9 @@ class TeamInfo extends Component {
if
(
code
===
200
)
{
const
{
treasure_code
}
=
data
;
if
(
!
getParam
(
'version'
))
{
this
.
props
.
history
.
push
(
'
/activity/newyear-2019/landing?origin=1&treasure_code='
+
treasure_code
);
window
.
location
.
assign
(
'https://h5.julyedu.com
/activity/newyear-2019/landing?origin=1&treasure_code='
+
treasure_code
);
}
else
{
this
.
props
.
history
.
push
(
'
/activity/newyear-2019/landing?origin=1&treasure_code='
+
treasure_code
+
'&version='
+
getParam
(
'version'
));
window
.
location
.
assign
(
'https://h5.julyedu.com
/activity/newyear-2019/landing?origin=1&treasure_code='
+
treasure_code
+
'&version='
+
getParam
(
'version'
));
}
}
else
{
Toast
.
info
(
msg
);
...
...
@@ -231,7 +232,7 @@ class TeamInfo extends Component {
}
<
/div
>
{
stage_no
>
0
&&
name
&&
<
p
className
=
'stage_prize'
>
{
`第
${
stage_no
}
次
必中
${
name
}
`
}
<
/p
>
stage_no
>
0
&&
name
&&
<
p
className
=
'stage_prize'
>
{
`第
${
stage_no
}
个宝箱
必中
${
name
}
`
}
<
/p
>
}
<
/div
>
)
...
...
src/components/activity/newyear-2019/year-wish/index.js
View file @
b9631254
...
...
@@ -14,6 +14,7 @@ class YarnWish extends Component {
componentDidMount
()
{
this
.
fetchCourse
()
this
.
getStage
()
document
.
title
=
`七月在线年终大回馈,人气好课免费学,精品课程1分抢!`
}
componentWillUpdate
()
{
...
...
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