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
05442640
Commit
05442640
authored
Mar 25, 2020
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
banner图 背景颜色 链接修改
parent
2e08d01c
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
11 deletions
+12
-11
src/components/activity/treasure-box/myTreasure/index.js
+2
-2
src/components/activity/treasure-box/myTreasure/team.js
+4
-4
src/components/activity/treasure-box/preheat/index.js
+3
-2
src/components/activity/treasure-box/preheat/index.scss
+1
-1
src/components/activity/treasure-box/treasure-box/team.js
+2
-2
No files found.
src/components/activity/treasure-box/myTreasure/index.js
View file @
05442640
...
...
@@ -357,9 +357,9 @@ class MyTreasure extends Component {
handleToInvite
=
(
treasure_code
)
=>
{
const
{
history
}
=
this
.
props
if
(
getParam
(
'version'
))
{
window
.
location
.
assign
(
`https://h5.julyedu.com/
activity/treasure-
box/landing?treasure_code=
${
treasure_code
}
&origin=1&version=
${
getParam
(
'version'
)}
`
)
window
.
location
.
assign
(
`https://h5.julyedu.com/box/landing?treasure_code=
${
treasure_code
}
&origin=1&version=
${
getParam
(
'version'
)}
`
)
}
else
{
window
.
location
.
assign
(
`https://h5.julyedu.com/
activity/treasure-
box/landing?treasure_code=
${
treasure_code
}
&origin=1`
)
window
.
location
.
assign
(
`https://h5.julyedu.com/box/landing?treasure_code=
${
treasure_code
}
&origin=1`
)
}
}
...
...
src/components/activity/treasure-box/myTreasure/team.js
View file @
05442640
...
...
@@ -140,11 +140,11 @@ class TreasureTeam extends Component {
{
getParam
(
'version'
)
?
is_captain
?
<
a
className
=
"team-button"
href
=
{
`https://h5.julyedu.com/
activity/treasure-
box/landing?treasure_code=
${
treasure_code
}
&origin=1&version=
${
getParam
(
'version'
)}
`
}
>
继续邀请队友
<
/a
>
:
<
a
className
=
"team-button"
href
=
{
`https://h5.julyedu.com/
activity/treasure-
box/landing?treasure_code=
${
treasure_code
}
&origin=2&version=
${
getParam
(
'version'
)}
`
}
>
帮好友完成组队
<
/a
>
?
<
a
className
=
"team-button"
href
=
{
`https://h5.julyedu.com/box/landing?treasure_code=
${
treasure_code
}
&origin=1&version=
${
getParam
(
'version'
)}
`
}
>
继续邀请队友
<
/a
>
:
<
a
className
=
"team-button"
href
=
{
`https://h5.julyedu.com/box/landing?treasure_code=
${
treasure_code
}
&origin=2&version=
${
getParam
(
'version'
)}
`
}
>
帮好友完成组队
<
/a
>
:
is_captain
?
<
a
className
=
"team-button"
href
=
{
`https://h5.julyedu.com/
activity/treasure-
box/landing?treasure_code=
${
treasure_code
}
&origin=1`
}
>
继续邀请队友
<
/a
>
:
<
a
className
=
"team-button"
href
=
{
`https://h5.julyedu.com/
activity/treasure-
box/landing?treasure_code=
${
treasure_code
}
&origin=2`
}
>
帮好友完成组队
<
/a
>
?
<
a
className
=
"team-button"
href
=
{
`https://h5.julyedu.com/box/landing?treasure_code=
${
treasure_code
}
&origin=1`
}
>
继续邀请队友
<
/a
>
:
<
a
className
=
"team-button"
href
=
{
`https://h5.julyedu.com/box/landing?treasure_code=
${
treasure_code
}
&origin=2`
}
>
帮好友完成组队
<
/a
>
}
<
/
>
}
...
...
src/components/activity/treasure-box/preheat/index.js
View file @
05442640
...
...
@@ -144,8 +144,9 @@ export default class index extends Component {
return
(
<
div
className
=
{
'year-index'
}
>
<
div
className
=
"banner-treasure"
>
<
div
id
=
"banner"
className
=
"banner-treasure__header"
style
=
{{
backgroundImage
:
`url(
${
banner
}
)`
}}
><
/div
>
{
/* <div id="banner" className="banner-treasure__header"
style={{backgroundImage: `url(${banner})`}}></div> */
}
<
img
src
=
{
banner
}
alt
=
""
/>
{
/* <div className="banner-treasure__nav">
<TreasureNav id="banner" treasure_stage={treasure_stage} activeStage={activity_stage}/>
</div> */
}
...
...
src/components/activity/treasure-box/preheat/index.scss
View file @
05442640
.year-index
{
padding-bottom
:
30px
;
background-color
:
#
BC2A18
;
background-color
:
#
CD1110
;
.banner-treasure
{
...
...
src/components/activity/treasure-box/treasure-box/team.js
View file @
05442640
...
...
@@ -116,9 +116,9 @@ class TeamInfo extends Component {
if
(
code
===
200
)
{
const
{
treasure_code
}
=
data
;
if
(
!
getParam
(
'version'
))
{
window
.
location
.
assign
(
'https://h5.julyedu.com/
activity/treasure-
box/landing?origin=1&treasure_code='
+
treasure_code
);
window
.
location
.
assign
(
'https://h5.julyedu.com/box/landing?origin=1&treasure_code='
+
treasure_code
);
}
else
{
window
.
location
.
assign
(
'https://h5.julyedu.com/
activity/treasure-
box/landing?origin=1&treasure_code='
+
treasure_code
+
'&version='
+
getParam
(
'version'
));
window
.
location
.
assign
(
'https://h5.julyedu.com/box/landing?origin=1&treasure_code='
+
treasure_code
+
'&version='
+
getParam
(
'version'
));
}
}
else
{
Toast
.
info
(
msg
);
...
...
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