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
82312e5f
You need to sign in or sign up before continuing.
Commit
82312e5f
authored
Aug 23, 2022
by
黄冷
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/朋友圈卡片' into dev
parents
538d7cb7
adb1c640
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
2 deletions
+14
-2
base-config.vue
src/views/game/cmh/base-config.vue
+5
-0
form.vue
src/views/game/cmh/form.vue
+1
-0
rule-config.vue
src/views/game/cmh/rule-config.vue
+8
-2
No files found.
src/views/game/cmh/base-config.vue
View file @
82312e5f
...
...
@@ -147,6 +147,7 @@ export default {
adsFlag
:
0
,
bulletFlag
:
0
,
backMusicUrlObj
:
''
// addMomentsCard: false
},
gameExt
:
{},
adsImageUrl
:
{
imgUrl
:
''
,
code
:
''
},
...
...
@@ -246,6 +247,9 @@ export default {
this
.
backMusicOptions
.
push
(
item
);
}
else
if
(
!
keys
.
includes
(
item
.
materialKey
))
{
obj
[
item
.
materialKey
]
=
item
;
// if (item.materialKey == 'momentsCard') {
// this.baseForm.addMomentsCard = true;
// }
}
});
if
(
initTemp
)
{
...
...
@@ -364,6 +368,7 @@ export default {
}
}
});
console
.
log
(
this
.
baseForm
);
},
handleListen
()
{
this
.
isPlay
=
!
this
.
isPlay
;
...
...
src/views/game/cmh/form.vue
View file @
82312e5f
...
...
@@ -256,6 +256,7 @@ export default {
momentsCard
,
momentsCardSize0
,
momentsCardSize1
// addMomentsCard
};
this
.
gameTime
=
gameTime
;
},
...
...
src/views/game/cmh/rule-config.vue
View file @
82312e5f
...
...
@@ -251,7 +251,9 @@ export default {
momentsCardSize0
:
''
,
momentsCardSize1
:
1
,
shareReportSize1
:
1
,
shareReportSize0
:
''
shareReportSize0
:
''
,
addMomentsCard
:
false
,
momentsCard
:
''
};
},
props
:
{
...
...
@@ -273,7 +275,6 @@ export default {
},
watch
:
{
shareImgData
(
val
)
{
console
.
log
(
val
.
shareCard
);
const
{
shareCard
,
shareReport
,
shareCardSize0
,
shareCardSize1
,
shareReportSize1
,
shareReportSize0
,
momentsCard
,
momentsCardSize0
,
momentsCardSize1
}
=
val
;
this
.
ruleForm
.
gameRuleConditionList
[
2
].
conditionJson
.
shareCard
=
shareCard
;
this
.
ruleForm
.
gameRuleConditionList
[
2
].
conditionJson
.
momentsCard
=
momentsCard
;
...
...
@@ -285,6 +286,8 @@ export default {
this
.
momentsCardSize1
=
momentsCardSize1
;
this
.
shareReportSize1
=
shareReportSize1
;
this
.
shareReportSize0
=
shareReportSize0
;
// this.addMomentsCard = addMomentsCard;
// this.momentsCard = momentsCard;
this
.
ruleForm
.
gameRuleConditionList
=
this
.
ruleForm
.
gameRuleConditionList
.
splice
(
0
);
},
echoData
(
val
)
{
...
...
@@ -301,6 +304,9 @@ export default {
item
.
conditionId
=
obj
[
item
.
type
].
conditionId
;
}
});
// if (this.addMomentsCard) {
// this.ruleForm.gameRuleConditionList[2].conditionJson.momentsCard = this.momentsCard;
// }
}
if
(
this
.
isEdit
)
{
if
(
memberType
==
1
)
{
...
...
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