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
b9c6e6a9
Commit
b9c6e6a9
authored
Aug 20, 2021
by
salitedfish
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
取消验证码
parent
a4fe3ec1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
CollectionCard.vue
src/components/CollectionCard.vue
+6
-6
confirm.vue
src/view/NFT/Transfer/confirm.vue
+1
-1
No files found.
src/components/CollectionCard.vue
View file @
b9c6e6a9
...
...
@@ -36,15 +36,15 @@
</p>
</div>
<div
class=
"flex flex-wrap w-full text-sm mt-
3
"
v-if=
"!colletionData.isCommemorate || colletionData.isCommemorate == 0"
>
<div
class=
"text-font-dark-blue"
>
溯源码:
</div>
<div
class=
"flex flex-wrap w-full text-sm mt-
2
"
v-if=
"!colletionData.isCommemorate || colletionData.isCommemorate == 0"
>
<div
class=
"text-font-dark-blue
flex items-center
"
>
溯源码:
</div>
<!--
<div
class=
"flex-1 pl-3 flex gap-x-2"
v-for=
'(i,index) in getThemeList'
:key=
"index"
>
<span>
{{
i
}}
</span>
</div>
-->
<div
class=
"flex-1 flex gap-x-2 justify-between"
>
<div
class=
"flex-1 flex gap-x-2 justify-between
items-center
"
>
<!--
<span>
{{
colletionData
.
category
}}
</span>
-->
<
span
class=
" text-zx-blue-white"
>
暂未绑定
</span
>
<
span
@
click
.
stop=
"changeBind"
>
绑定
</span
>
<
div
class=
" text-zx-blue-white"
>
暂未绑定
</div
>
<
div
@
click
.
stop=
"changeBind"
class=
" text-white bg-zx-blue-light px-2 rounded text-xs py-1"
>
绑定
</div
>
</div>
</div>
...
...
@@ -74,7 +74,7 @@ export default Vue.extend({
changeBind
(){
this
.
$toast
(
'对不起,目前不支持绑定~'
)
}
}
}
,
});
</
script
>
<
style
scoped
lang=
"less"
>
...
...
src/view/NFT/Transfer/confirm.vue
View file @
b9c6e6a9
...
...
@@ -45,7 +45,7 @@ export default Vue.extend({
submitTransfer
(){
if
(
!
this
.
$store
.
state
.
codeConfirmer
.
show
){
this
.
$store
.
commit
(
'codeConfirmer/ToggleCode'
)
this
.
$store
.
dispatch
(
'codeConfirmer/getVertiryCode'
)
//
this.$store.dispatch('codeConfirmer/getVertiryCode')
}
}
},
...
...
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