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
e7f5440a
Commit
e7f5440a
authored
Jun 16, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/游戏营销' into test
parents
d48f98be
7d7ce223
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
index.vue
src/views/game/cmh/index.vue
+4
-3
rule-config.vue
src/views/game/cmh/rule-config.vue
+1
-1
No files found.
src/views/game/cmh/index.vue
View file @
e7f5440a
...
...
@@ -4,7 +4,7 @@
<div
class=
"game-content"
>
<div
class=
"gameDemo"
>
<div
class=
"title"
>
游戏演示
</div>
<el-image
lazy
style=
"width: 180px; height: 312px; cursor: pointer"
src=
"https://pic01-10001430.cos.ap-shanghai.myqcloud.com/game/template1/bill_pic.pn
g"
@
click
.
native=
"onView()"
>
</el-image>
<el-image
lazy
style=
"width: 180px; height: 312px; cursor: pointer"
:src=
"im
g"
@
click
.
native=
"onView()"
>
</el-image>
</div>
<div
class=
"gameIntro"
>
<div
class=
"title"
>
游戏介绍
</div>
...
...
@@ -92,7 +92,7 @@ import { api as viewerApi } from 'v-viewer';
import
{
cmhPage
,
stopGame
,
pageStatistics
}
from
'@/service/api/gameApi.js'
;
import
links
from
'../common/links'
;
import
{
formatDateTimeByType
}
from
'@/utils/index.js'
;
import
img
from
'@/assets/img/template1/mould_share_page.png'
;
import
dmDropdown
from
'@/components/dm-drop-down/dm-drop-down'
;
export
default
{
components
:
{
...
...
@@ -104,6 +104,7 @@ export default {
formatDateTimeByType
,
linkShow
:
false
,
linksObj
:
{},
img
,
listParams
:
{
gameName
:
''
,
status
:
''
,
...
...
@@ -301,7 +302,7 @@ export default {
window
.
open
(
'/marketing/#/game/cmh/add'
);
},
onView
()
{
let
qrImg
=
'https://pic01-10001430.cos.ap-shanghai.myqcloud.com/game/template1/bill_pic.png'
+
'?imageMogr2/thumbnail/800x800'
;
let
qrImg
=
this
.
img
;
viewerApi
({
images
:
[
qrImg
],
options
:
{
...
...
src/views/game/cmh/rule-config.vue
View file @
e7f5440a
...
...
@@ -182,7 +182,7 @@ export default {
memberDesc
:
''
,
playConditionFlag
:
1
,
shareFlag
:
0
,
playTimes
:
1000
,
playTimes
:
''
,
filterJsonView
:
''
,
shareImageUrl
:
''
,
memberWeightView
:
{
searchId
:
''
},
...
...
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