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
ded83136
Commit
ded83136
authored
Jul 14, 2021
by
chenqikuai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix
parent
7479c46d
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
Cell.vue
src/components/common/Cell.vue
+1
-0
Service.ts
src/service/Service.ts
+1
-1
upload.vue
src/view/NFT/Create/upload.vue
+1
-1
No files found.
src/components/common/Cell.vue
View file @
ded83136
...
...
@@ -202,6 +202,7 @@ export default Vue.extend({
handleClickCopy
()
{
const
btn
=
this
.
$refs
.
btn
as
HTMLElement
;
new
Clipboard
(
btn
);
this
.
$toast
(
'复制成功'
)
},
onCancel
()
{},
onSelect
(
value
:
any
)
{
...
...
src/service/Service.ts
View file @
ded83136
...
...
@@ -35,7 +35,7 @@ export class Service {
router
.
push
(
''
)
})
}
Toast
.
fail
(
ret
.
message
)
Toast
.
fail
(
typeof
ret
.
data
===
"string"
?
ret
.
data
:
ret
.
message
)
throw
new
Error
(
ret
.
message
)
}
}
...
...
src/view/NFT/Create/upload.vue
View file @
ded83136
...
...
@@ -8,7 +8,7 @@
class=
"hidden"
@
change=
"handleFileChange"
ref=
"inputFile"
accept=
"
.
pdf"
accept=
"
application/
pdf"
/>
<label
for=
"upload"
class=
"inline-block"
>
<div
...
...
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