Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing-opeartion
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
gic-web
marketing-opeartion
Commits
b52766f6
Commit
b52766f6
authored
Aug 16, 2022
by
crushh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: dist
parent
006d39b7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
template-detail.vue
src/views/activity/template-detail.vue
+4
-4
No files found.
src/views/activity/template-detail.vue
View file @
b52766f6
...
...
@@ -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,大小
2
M 以内。
</p>
<p
class=
"tips mt6"
>
图片建议尺寸 750*1800px,格式 jpg/jpeg/png/gif,大小
5
M 以内。
</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*622
px,格式 jpg/jpeg/png,大小 1M 以内。'
tips
:
'图片建议尺寸
750*1334
px,格式 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
},
},
...
...
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