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
2f761ddd
Commit
2f761ddd
authored
Aug 16, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
2751c062
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
info.vue
src/views/game/cmh/info.vue
+1
-1
rule-config.vue
src/views/game/cmh/rule-config.vue
+3
-3
No files found.
src/views/game/cmh/info.vue
View file @
2f761ddd
...
...
@@ -165,7 +165,7 @@
<
div
class
=
"shareTitle"
>
邀请分享样式
<
/div
>
<
p
>
小程序卡片标题
:
{{
item
.
conditionJson
.
shareTitle
}}
<
/p
>
<
p
class
=
"flex"
>
小程序卡片图片
:
<
img
:
src
=
"item.conditionJson.shareCard"
alt
=
"游戏背景"
style
=
"width: 100px;height: 75px;margin-left: 10px;"
/><
/p
>
<
p
class
=
"flex"
v
-
if
=
"item.conditionJson.momentsCard"
>
分享朋友圈
:
<
img
:
src
=
"item.conditionJson.momentsCard"
alt
=
"游戏背景"
style
=
"width: 100px;height: 1
00px;margin-left: 10
px;"
/><
/p
>
<
p
class
=
"flex"
v
-
if
=
"item.conditionJson.momentsCard"
>
分享朋友圈
:
<
img
:
src
=
"item.conditionJson.momentsCard"
alt
=
"游戏背景"
style
=
"width: 100px;height: 1
78px;margin-left: 39
px;"
/><
/p
>
<
p
class
=
"flex"
>
分享海报
:
<
img
:
src
=
"item.conditionJson.shareReport"
alt
=
"游戏背景"
style
=
"width: 100px;height: 178px;margin-left: 53px;"
/><
/p
>
<
/div
>
<
/div
>
...
...
src/views/game/cmh/rule-config.vue
View file @
2f761ddd
...
...
@@ -130,10 +130,10 @@
</div>
</el-form-item>
<el-form-item
label=
"每人最多可玩次数"
prop=
"playTimes"
:rules=
"rules.playTimes"
>
<el-input
v-model
.
number=
"ruleForm.playTimes"
class=
"w140"
placeholder=
"上限1000"
:disabled=
"isDisabled"
/>
次游戏次数
</el-form-item>
<el-form-item
label=
"分享"
prop=
"shareFlag"
>
<
!--
<
el-form-item
label=
"分享"
prop=
"shareFlag"
>
<el-switch
v-model=
"ruleForm.shareFlag"
:active-value=
"1"
:inactive-value=
"0"
/>
<div
class=
"tips mt6"
>
关闭后用户无法分享小程序
</div>
</el-form-item>
</el-form-item>
-->
<linktools
:linkVisible
.
sync=
"show"
:remove=
"[5, 35]"
:linkData=
"ruleForm.gameRuleConditionList[1].conditionJson.mpUrlView"
:can-save=
"true"
@
linkSelect=
"onSaveLink"
/>
<dm-form-bottom
class=
"footer"
>
<el-button
@
click=
"prevStep"
>
上一步
</el-button>
...
...
@@ -190,7 +190,7 @@ export default {
memberType
:
0
,
memberDesc
:
''
,
playConditionFlag
:
1
,
shareFlag
:
0
,
shareFlag
:
1
,
playTimes
:
''
,
filterJsonView
:
''
,
shareImageUrl
:
''
,
...
...
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