Commit ac70def9 by chenxin

Merge branch 'dev' of 115.159.76.241:marketing-web/marketing into dev

# Conflicts:
#	dist/index.html
#	src/views/game/dzp/form.vue
parents aef93029 07fd12c1
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
<template>
<div id="app">
<dm-udesk></dm-udesk>
<keep-alive :include="include">
<router-view></router-view>
</keep-alive>
......
......@@ -13,12 +13,12 @@
<el-radio v-model="form.skinType" :label="2" :disabled="isInfo">红色</el-radio>
<el-radio v-model="form.skinType" :label="3" :disabled="isInfo">霓虹灯</el-radio>
<el-radio v-model="form.skinType" :label="0" :disabled="isInfo">自定义</el-radio>
<span class="regular-font-color pl20">
<!-- <span class="regular-font-color pl20">
<b class="blue cursor-pointer">模板皮肤下载</b>
<el-popover placement="top-start" width="200" trigger="hover" title="banner图片定制化:" content="下载后修改为需要使用的样式,重新上传banner图的图片">
<i class="el-icon-question fz16 blue el-popover__reference" slot="reference"></i>
</el-popover>
</span>
</span> -->
</el-form-item>
<el-form-item label="banner图片" prop="gameImage">
<dm-upload-avatar v-if="form.skinType === 0" :model.sync="form.gameImage" :disabled="isInfo" width="220" height="103" label="上传图片" :limit="{ type: true, width: 750, height: 350 }" tips="图片上传尺寸:750*350"></dm-upload-avatar>
......
......@@ -13,12 +13,12 @@
<el-radio v-model="form.skinType" :label="2" :disabled="isInfo">红色</el-radio>
<el-radio v-model="form.skinType" :label="3" :disabled="isInfo">霓虹灯</el-radio>
<el-radio v-model="form.skinType" :label="0" :disabled="isInfo">自定义</el-radio>
<span class="regular-font-color pl20">
<!-- <span class="regular-font-color pl20">
<b class="blue cursor-pointer">模板皮肤下载</b>
<el-popover placement="top-start" width="200" trigger="hover" title="banner图片定制化:" content="下载后修改为需要使用的样式,重新上传banner图的图片">
<i class="el-icon-question fz16 blue el-popover__reference" slot="reference"></i>
</el-popover>
</span>
</span> -->
</el-form-item>
<el-form-item label="banner图片" class="width50" prop="gameImage">
<dm-upload-avatar v-if="form.skinType === 0" :model.sync="form.gameImage" :disabled="isInfo" width="220" height="103" label="上传图片" :limit="{ type: true, width: 750, height: 350 }" tips="图片上传尺寸:750*350"></dm-upload-avatar>
......
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