Commit b52766f6 by crushh

update: dist

parent 006d39b7
......@@ -17,7 +17,7 @@
<el-form-item label="游戏首页背景" prop="backImageUrl.materialValue" :rules="[{ required: true, message: '请上传' } ]">
<vue-gic-upload-image :project-name="projectName" is-yw :action-url="actionUrl" :image-list="imageList.backImageUrlList" max-image-length="1" accept="image/jpg,image/jpeg,image/png,image/gif" :before-upload="(file) => beforeUpload(file, 2)" @uploadOnSuccess="(data) => uploadOnSuccess(data, 'backImageUrl')" @deleteImage="deleteImage('backImageUrl')" preview-append-to-body>
</vue-gic-upload-image>
<p class="tips mt6">图片建议尺寸 750*1800px,格式 jpg/jpeg/png/gif,大小 2M 以内。</p>
<p class="tips mt6">图片建议尺寸 750*1800px,格式 jpg/jpeg/png/gif,大小 5M 以内。</p>
</el-form-item>
<el-form-item label="游戏规则背景" prop="bgHelpUrl.materialValue" :rules="[{ required: true, message: '请上传' } ]">
<vue-gic-upload-image :project-name="projectName" is-yw :action-url="actionUrl" :image-list="imageList.bgHelpUrlList" max-image-length="1" accept="image/jpg,image/jpeg,image/png,image/gif" :before-upload="(file) => beforeUpload(file, 2)" @uploadOnSuccess="(data) => uploadOnSuccess(data, 'bgHelpUrl')" @deleteImage="deleteImage('bgHelpUrl')" preview-append-to-body>
......@@ -339,7 +339,7 @@ export default {
label: '分享朋友圈',
prop: 'momentsCard',
rule: { required: false, message: '请上传' },
tips: '图片建议尺寸 622*622px,格式 jpg/jpeg/png,大小 1M 以内。'
tips: '图片建议尺寸 750*1334px,格式 jpg/jpeg/png,大小 1M 以内。'
},
{
label: '分享海报',
......@@ -413,7 +413,7 @@ export default {
'bulletImageUrl': '氛围弹幕图'
},
sizeMap: {
'backImageUrl': { width: 750, height: 1800, size: 2 },
'backImageUrl': { width: 750, height: 1800, size: 5 },
'bgHelpUrl': { width: 750, height: 1800, size: 2 },
'cashCouponImgUrl': { width: 300, height: 300, size: 1 },
'discountCouponImgUrl': { width: 300, height: 300, size: 1 },
......@@ -422,7 +422,7 @@ export default {
'physicalGiftImgUrl': { width: 300, height: 300, size: 1 },
'virtutalGiftImgUrl': { width: 300, height: 300, size: 1 },
'shareCard': { width: 420, height: 336, size: 1 },
'momentsCard': { width: 622, height: 622, size: 1 },
'momentsCard': { width: 750, height: 1334, size: 1 },
'shareReport': { width: 750, height: 1334, size: 1 },
'bgBannerHelpUrl': { width: 590, height: 120, size: 1 },
},
......
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