Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
NFT
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanfeng zhang
NFT
Commits
0a31c5f0
Commit
0a31c5f0
authored
Jul 30, 2021
by
salitedfish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修复
parent
762c3d73
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
6 deletions
+6
-6
.env
.env
+2
-2
CardList.vue
src/components/CardList.vue
+1
-1
index.vue
src/view/Mine/index.vue
+1
-1
index.vue
src/view/NFT/Create/components/certificate/index.vue
+1
-1
upload.vue
src/view/NFT/Create/upload.vue
+1
-1
No files found.
.env
View file @
0a31c5f0
NODE_ENV = DEVELOPMENT
VUE_APP_ENV = DEVELOPMENT
VUE_APP_TITLE=开发版本
VUE_APP_URL = http://172.16.101.135:8001
\ No newline at end of file
VUE_APP_URL = http://172.16.101.136:8001
\ No newline at end of file
src/components/CardList.vue
View file @
0a31c5f0
...
...
@@ -4,7 +4,7 @@
<div
class=
'item flex flex-col w-4/12 items-center z-10 h-44'
v-for=
"(k,kindex) in i"
:key=
"kindex"
@
click=
"itemOnclick(k.id)"
>
<div
class=
'w-full h-full flex items-center '
>
<!--
<img
src=
'/img/cover.png'
class=
" w-11/12 mx-auto rounded-xl shadow-md"
>
-->
<img
:src=
"k.cover?k.cover :'/img/cover.png'"
class=
"rounded-md
max-h-32
mx-auto"
/>
<img
:src=
"k.cover?k.cover :'/img/cover.png'"
class=
"rounded-md
w-11/12 h-full
mx-auto"
/>
</div>
<div
class=
'mt-3'
>
{{
k
.
name
}}
...
...
src/view/Mine/index.vue
View file @
0a31c5f0
...
...
@@ -15,7 +15,7 @@
</div>
<div
class=
'w-9/12 info flex-grow'
>
<div
class=
'name-box flex justify-between'
>
<div
class=
' text-lg'
>
{{
getUserInfo
.
nickname
?
getUserInfo
.
nickname
:
getUserInfo
.
telephone
}}
</div>
<div
class=
' text-lg
flex-1
'
>
{{
getUserInfo
.
nickname
?
getUserInfo
.
nickname
:
getUserInfo
.
telephone
}}
</div>
<div
class=
' text-sm flex items-center'
>
<div
@
click=
'goUserSet'
>
个人中心
</div>
<app-icon
name=
"icon-xiayibu"
></app-icon>
...
...
src/view/NFT/Create/components/certificate/index.vue
View file @
0a31c5f0
...
...
@@ -14,7 +14,7 @@
<img
id=
"coverImg"
:src=
"certificateData.cover"
v-if=
"certificateData.cover"
class=
" max-w-20 xs:max-w-24 mx-auto mt-4 mb-4 max-h-32"
/>
<img
id=
"coverImg"
v-else-if=
"!coverName"
src=
"/img/cover.png"
class=
" max-w-20 xs:max-w-24 mx-auto mt-4 mb-4 max-h-32"
/>
<img
id=
"coverImg"
:src=
"showUploadFile"
v-else
class=
" max-w-20 xs:max-w-24 mx-auto mt-4 mb-4 max-h-32"
/>
<img
src=
"./mark.png"
class=
" absolute right-20 bottom-0 w-1/5"
/>
<img
src=
"./mark.png"
class=
" absolute right-20 bottom-
1
0 w-1/5"
/>
</div>
<div
class=
"float-box w-full absolute -bottom-10 text-3xs xs:text-2xs"
>
<div
class=
"w-11/12 p-2 flex-wrap mx-auto flex break-all bg-font-white shadow-md rounded text-font-black"
>
...
...
src/view/NFT/Create/upload.vue
View file @
0a31c5f0
...
...
@@ -144,7 +144,7 @@ export default Vue.extend({
case
'剧本'
:
return
{
acceptTitle
:
'请上传剧本附件'
,
acceptType
:
'.pdf,.doc,.docx,.txt'
,
acceptText
:
'仅支持txt、doc、docx、pdf,文件大小限制在100M'
,
acceptSize
:
1024
*
1024
*
100
,
acceptArray
:[
'.pdf'
,
'.doc'
,
'.docx'
,
'.txt'
,
'.PDF'
,
'.DOC'
,
'.DOCX'
,
'.TXT'
]}
case
'视频'
:
return
{
acceptTitle
:
'请上传视频附件'
,
acceptType
:
'video/*'
,
acceptText
:
'上传视频仅支持MOV、MP4
格式文件,大小限制为500M以内'
,
acceptSize
:
1024
*
1024
*
500
,
acceptArray
:[
'.mp4'
,
'.mov'
,
'.MP4'
,
'.MOV
'
]}
return
{
acceptTitle
:
'请上传视频附件'
,
acceptType
:
'video/*'
,
acceptText
:
'上传视频仅支持MOV、MP4
、AVI格式文件,大小限制为500M以内'
,
acceptSize
:
1024
*
1024
*
500
,
acceptArray
:[
'.mp4'
,
'.mov'
,
'.avi'
,
'.MP4'
,
'.MOV'
,
'.AVI
'
]}
case
'电影'
:
return
{
acceptTitle
:
'请上传电影附件'
,
acceptType
:
'video/*'
,
acceptText
:
'上传电影仅支持MOV、MP4格式文件,大小限制为1G以内'
,
acceptSize
:
1024
*
1024
*
1024
}
case
'音频'
:
...
...
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