Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
N
national_museum_vod-H5
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
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
fubaole
national_museum_vod-H5
Commits
792d319a
Commit
792d319a
authored
Apr 07, 2021
by
乐宝呗666
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改姿态资源路径
parent
2d926c37
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
4 deletions
+3
-4
commit.vue
src/views/user/commit.vue
+0
-1
commitTab.vue
src/views/user/components/commitTab.vue
+2
-2
historyTab.vue
src/views/user/components/historyTab.vue
+1
-1
No files found.
src/views/user/commit.vue
View file @
792d319a
...
...
@@ -33,7 +33,6 @@ export default {
return
{
activeTab
:
1
,
form
:
{},
cellIcon
:
"/@/assets/images/applets/date.png"
,
show
:
false
,
fileList
:
[],
imgFileList
:
[],
...
...
src/views/user/components/commitTab.vue
View file @
792d319a
...
...
@@ -95,7 +95,7 @@
</van-uploader>
</div>
<div
class=
"tips"
>
<img
src=
"
/
@/assets/images/applets/tip.png"
alt
/>
<img
src=
"@/assets/images/applets/tip.png"
alt
/>
<span>
最多支持上传
<b>
3
</b>
段视频,每段时长
<b>
20s
</b>
。
...
...
@@ -123,7 +123,7 @@
</van-uploader>
</div>
<div
class=
"tips"
>
<img
src=
"
/
@/assets/images/applets/tip.png"
alt
/>
<img
src=
"@/assets/images/applets/tip.png"
alt
/>
<span>
最多支持上传
<b>
6
</b>
张照片
...
...
src/views/user/components/historyTab.vue
View file @
792d319a
...
...
@@ -188,7 +188,7 @@ export default {
content
:
""
;
height
:
16px
;
width
:
16px
;
background-image
:
url('
/
@/assets/images/applets/timer.png')
;
background-image
:
url('
~
@/assets/images/applets/timer.png')
;
background-size
:
cover
;
position
:
absolute
;
left
:
0
;
...
...
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