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
4919e5cd
Commit
4919e5cd
authored
Jun 23, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/游戏营销' into master
parents
9b1e29d0
738f6757
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
gameTemplate.vue
src/views/game/cmh/gameTemplate.vue
+4
-4
rule-config.vue
src/views/game/cmh/rule-config.vue
+1
-1
No files found.
src/views/game/cmh/gameTemplate.vue
View file @
4919e5cd
...
...
@@ -281,9 +281,9 @@ export default {
5
:
'color:#000000'
},
bulletTop
:
{
1
:
'top: 1
29
px;color: #FFFFFF;'
,
2
:
'top: 1
29
px;color: #FFFFFF;'
,
3
:
'top: 1
29
px;color: #FFFFFF;'
,
1
:
'top: 1
48
px;color: #FFFFFF;'
,
2
:
'top: 1
48
px;color: #FFFFFF;'
,
3
:
'top: 1
48
px;color: #FFFFFF;'
,
5
:
'top: 148px;color: #000000;'
}
};
...
...
@@ -394,7 +394,7 @@ img {
.integral
{
position
:
absolute
;
z-index
:
2
;
top
:
98
px
;
top
:
120
px
;
left
:
50%
;
transform
:
translateX
(
-50%
);
min-width
:
120px
;
...
...
src/views/game/cmh/rule-config.vue
View file @
4919e5cd
...
...
@@ -49,7 +49,7 @@
</div>
</div>
<div
v-if=
"index == 1"
>
<div
class=
"flex mb10"
><el-checkbox
v-model=
"item.conditionType"
:true-label=
"0"
:false-label=
"-1"
:disabled=
"isDisabled"
@
change=
"$emit('change',
{ val: item.conditionJson.value, type: item.conditionType })" />
<span
class=
"ml10"
>
消耗积分获得游戏次数
</span></div>
<div
class=
"flex mb10"
><el-checkbox
v-model=
"item.conditionType"
:true-label=
"0"
:false-label=
"-1"
:disabled=
"isDisabled"
@
change=
"$emit('change',
{ val: item.conditionJson.value, type: item.conditionType
, id: 0
})" />
<span
class=
"ml10"
>
消耗积分获得游戏次数
</span></div>
<div
v-show=
"item.conditionType == 0"
>
<el-form-item
label=
"参与游戏每次消耗积分"
label-width=
"170px"
:prop=
"'gameRuleConditionList.' + index + '.conditionJson.' + 'value'"
:rules=
"
{ required: true, message: '请输入积分' }">
<el-input-number
class=
"w140"
:disabled=
"isDisabled"
placeholder=
"请输入积分"
v-model=
"item.conditionJson.value"
:min=
"1"
:max=
"1000000"
controls-position=
"right"
@
change=
"$emit('change',
{ val: item.conditionJson.value, type: item.conditionType, id: 0 })" />
...
...
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