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
d11c1de7
Commit
d11c1de7
authored
Jun 01, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
42d67fb1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
info.vue
src/views/game/cmh/info.vue
+1
-1
rule-config.vue
src/views/game/cmh/rule-config.vue
+2
-2
No files found.
src/views/game/cmh/info.vue
View file @
d11c1de7
...
...
@@ -120,7 +120,7 @@
<
/div
>
<
/div
>
<
/div
>
<
p
>
{{
item
.
conditionJson
.
type
==
21
?
'
总赠送'
:
'每日
赠送'
}}
:
{{
item
.
conditionJson
.
value
}}
次游戏次数
<
/p
>
<
p
>
{{
item
.
conditionJson
.
type
==
21
?
'
每日赠送'
:
'总
赠送'
}}
:
{{
item
.
conditionJson
.
value
}}
次游戏次数
<
/p
>
<
/div
>
<
div
v
-
if
=
"item.conditionType == 0"
class
=
"shareSection"
>
<
div
class
=
"mini-sub-title"
>
...
...
src/views/game/cmh/rule-config.vue
View file @
d11c1de7
...
...
@@ -38,8 +38,8 @@
<div
class=
"flex mb10"
><el-checkbox
v-model=
"item.conditionType"
:true-label=
"2"
:false-label=
"-1"
:disabled=
"isDisabled"
/>
<span
class=
"ml10"
>
赠与免费游戏次数
</span></div>
<el-form-item
:prop=
"'gameRuleConditionList.' + index + '.' + 'value'"
v-show=
"item.conditionType == 2"
>
<el-select
class=
"w140"
v-model=
"item.conditionJson.type"
:disabled=
"isDisabled"
>
<el-option
:value=
"2
1
"
label=
"总赠送"
></el-option>
<el-option
:value=
"2
2
"
label=
"每日赠送"
></el-option>
<el-option
:value=
"2
2
"
label=
"总赠送"
></el-option>
<el-option
:value=
"2
1
"
label=
"每日赠送"
></el-option>
</el-select>
<el-input-number
class=
"w140"
:disabled=
"isDisabled"
placeholder=
"请输入次数"
v-model=
"item.conditionJson.value"
:min=
"1"
:max=
"1000000"
controls-position=
"right"
/>
<span
class=
"ml10"
>
次游戏次数
</span>
...
...
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