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
08f5fe29
Commit
08f5fe29
authored
Jun 21, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/游戏营销' into test
parents
275ab4d3
0ce89773
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
form.vue
src/views/game/cmh/form.vue
+1
-1
gameTemplate.vue
src/views/game/cmh/gameTemplate.vue
+2
-3
No files found.
src/views/game/cmh/form.vue
View file @
08f5fe29
...
...
@@ -105,7 +105,7 @@ export default {
},
computed
:
{
computedImg
()
{
if
(
!
[
1
,
2
,
3
,
4
].
includes
(
this
.
templateId
))
{
if
(
!
[
'1'
,
'2'
,
'3'
,
'4'
].
includes
(
this
.
templateId
))
{
return
''
;
}
const
bcImg
=
{
...
...
src/views/game/cmh/gameTemplate.vue
View file @
08f5fe29
...
...
@@ -187,7 +187,6 @@ export default {
components
:
{
img
},
data
()
{
return
{
list
:
[
'刷卡拉拉卡'
,
'阿拉卡萨卢克和史莱克'
,
'刷卡拉拉卡'
,
'阿拉卡萨卢克和史莱克'
],
template1Box
,
boxList
:
[],
template2Box
,
...
...
@@ -217,11 +216,12 @@ export default {
watch
:
{
templateId
(
val
)
{
if
(
!
val
)
return
;
if
([
1
,
2
,
3
,
4
].
includes
(
val
))
{
if
([
'1'
,
'2'
,
'3'
,
'4'
].
includes
(
val
))
{
this
.
boxList
=
this
[
'template'
+
val
+
'Box'
];
}
else
{
this
.
boxList
=
this
.
template1Box
;
}
console
.
log
(
this
.
boxList
);
console
.
log
(
'template'
+
val
+
'Box'
);
},
basicData
:
{
...
...
@@ -240,7 +240,6 @@ export default {
this
.
bulletImageUrl
=
bulletImageUrl
;
this
.
backMusicFlag
=
backMusicFlag
;
this
.
adsFlag
=
adsFlag
;
console
.
log
(
this
.
boxImg
);
}
}
}
...
...
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