Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
wanda-ball
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
623fe791
authored
May 28, 2019
by
hank
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug
parent
08687a22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
src/components/Description.vue
+1
-1
src/components/Detail.vue
+2
-2
No files found.
src/components/Description.vue
View file @
623fe791
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
<div
class=
"title"
></div>
<div
class=
"title"
></div>
<p>
征集时间
<p>
征集时间
<br>
2019年1月至2019年6月30日,每月一期。
<br>
2019年1月至2019年6月30日,每月一期。
<br>
特别说明:2019年1月至2019年5月31日投稿的作品,还将参与“关注全球减贫 聚焦乡村振兴”云上丹寨全国摄影大展的评选;注:2019年6月1日至6月30日的投稿,仅参与“云上丹寨摄影月赛”的评选。
<br>
特别说明:2019年1月至2
019年5月31日投稿的作品,还将参与“关注全球减贫 聚焦乡村振兴”云上丹寨全国摄影大展的评选;注:2019年6月1日至6月30日的投稿,仅参与“云上丹寨摄影月赛”的评选。
</p>
</p>
<p>
投稿及评选说明
<p>
投稿及评选说明
<br>
投稿者自行选择月赛阶段将作品上传至万达线上官方征集平台即可参赛。
<br>
投稿者自行选择月赛阶段将作品上传至万达线上官方征集平台即可参赛。
...
...
src/components/Detail.vue
View file @
623fe791
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
<div
v-if=
"pictureInfo"
>
<div
v-if=
"pictureInfo"
>
<div
v-if=
"imgLock"
:class=
"['imgBox',top0]"
>
<div
v-if=
"imgLock"
:class=
"['imgBox',top0]"
>
<img
ref=
"picte"
v-if=
"!pictureInfo.video"
:src=
"pictureInfo.image"
alt
>
<img
ref=
"picte"
v-if=
"!pictureInfo.video"
:src=
"pictureInfo.image"
alt
>
<video
ref=
"picte"
controls
v-if=
"pictureInfo.video"
:src=
"pictureInfo.video"
alt
>
<video
ref=
"picte"
controls
v-if=
"pictureInfo.video"
:
poster=
"pictureInfo.image"
:
src=
"pictureInfo.video"
alt
>
</video>
</video>
</div>
</div>
<div
v-else
class=
"loadingBox"
>
loading
</div>
<div
v-else
class=
"loadingBox"
>
loading
</div>
...
@@ -396,7 +396,7 @@ export default {
...
@@ -396,7 +396,7 @@ export default {
_this
.
shareOnoff2
=
true
_this
.
shareOnoff2
=
true
}
else
{
}
else
{
_this
.
getCanvasDrawImage
()
_this
.
getCanvasDrawImage
()
}
}
// alert(JSON.stringify(res.data.data))
// alert(JSON.stringify(res.data.data))
...
...
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