Commit 67731376 by crushh

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

parents 30f1818e ba02abcc
......@@ -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: {
......
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