Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
befe39d2
Commit
befe39d2
authored
Jun 21, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/游戏营销' into dev
parents
374a19d9
376b6eab
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
196 additions
and
98 deletions
+196
-98
form.vue
src/views/game/cmh/form.vue
+19
-9
gameTemplate.vue
src/views/game/cmh/gameTemplate.vue
+177
-89
No files found.
src/views/game/cmh/form.vue
View file @
befe39d2
...
...
@@ -18,11 +18,15 @@
{{
el
}}
</el-menu-item>
</el-menu>
<div
class=
"iphone"
>
<span
class=
"gameTitle"
>
{{
gameName
}}
</span>
<img
src=
"../../../assets/img/Navbar.png"
class=
"braImg"
alt=
""
/>
<gameTemplate
:ruleData=
"ruleData"
:templateId=
"templateId"
:basicData=
"previewData"
v-show=
"menuActive == 0"
/>
<img
:src=
"computedImg"
v-show=
"menuActive != 0"
style=
"min-height:724px;margin-top: 70px;"
/>
<div
style=
"margin: 0 20px 0 13px;"
>
<div
class=
"nav"
>
<span
class=
"gameTitle"
>
{{
gameName
}}
</span>
<img
src=
"../../../assets/img/Navbar.png"
class=
"braImg"
alt=
""
/>
</div>
<div
class=
"iphone"
>
<gameTemplate
:ruleData=
"ruleData"
:templateId=
"templateId"
:basicData=
"previewData"
v-show=
"menuActive == 0"
/>
<img
:src=
"computedImg"
v-show=
"menuActive != 0"
style=
"min-height:724px; "
/>
</div>
</div>
</div>
<div
class=
"rightForm"
v-show=
"!isInfo"
>
...
...
@@ -105,7 +109,7 @@ export default {
},
computed
:
{
computedImg
()
{
if
(
!
[
1
,
2
,
3
,
4
].
includes
(
this
.
templateId
))
{
if
(
!
[
'1'
,
'2'
,
'3'
,
'5'
].
includes
(
this
.
templateId
))
{
return
''
;
}
const
bcImg
=
{
...
...
@@ -490,13 +494,19 @@ export default {
}
}
}
.nav
{
height
:
83px
;
img
{
width
:
375px
;
border-radius
:
8px
8px
0px
0px
;
}
}
.iphone
{
width
:
375px
;
border-radius
:
8px
8px
0px
0px
;
margin
:
0
20px
0
13px
;
position
:
relative
;
overflow-y
:
auto
;
overflow-x
:
hidden
;
height
:
100%
;
img
{
width
:
375px
;
}
...
...
@@ -507,7 +517,7 @@ export default {
color
:
#000000
;
font-weight
:
600
;
z-index
:
101
;
top
:
56
px
;
top
:
82
px
;
width
:
100%
;
height
:
20px
;
display
:
flex
;
...
...
src/views/game/cmh/gameTemplate.vue
View file @
befe39d2
This diff is collapsed.
Click to expand it.
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