Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
S
sun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
alpha
sun
Commits
54171e7a
Commit
54171e7a
authored
6 years ago
by
Davve
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改帖子视频上传时长限制
parent
cdbce727
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
TopicDetail.vue
vu/src/views/topic/components/TopicDetail.vue
+2
-2
No files found.
vu/src/views/topic/components/TopicDetail.vue
View file @
54171e7a
...
...
@@ -657,9 +657,9 @@
let
data
=
res
.
data
this
.
uploading
=
false
let
duration
=
data
.
format
.
duration
if
(
Math
.
round
(
duration
)
>
6
0
)
{
if
(
Math
.
round
(
duration
)
>
120
0
)
{
this
.
$message
({
message
:
'视频时长不能大于
1
分钟'
,
message
:
'视频时长不能大于
20
分钟'
,
type
:
'warning'
})
this
.
edit
.
video_url
=
''
...
...
This diff is collapsed.
Click to expand it.
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