Commit e7f5440a by crushh

Merge branch 'feature/游戏营销' into test

parents d48f98be 7d7ce223
......@@ -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.png" @click.native="onView()"> </el-image>
<el-image lazy style="width: 180px; height: 312px; cursor: pointer" :src="img" @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: {
......
......@@ -182,7 +182,7 @@ export default {
memberDesc: '',
playConditionFlag: 1,
shareFlag: 0,
playTimes: 1000,
playTimes: '',
filterJsonView: '',
shareImageUrl: '',
memberWeightView: { searchId: '' },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment