Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
provenance-website
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
Tracing
provenance-website
Commits
9dde6910
Commit
9dde6910
authored
Jun 27, 2022
by
Cassini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
文案修改
parent
5cbae4c3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
8 deletions
+7
-8
company.ts
src/context/company.ts
+3
-3
system.ts
src/context/system.ts
+3
-3
zichan.svg
src/icons/zichan.svg
+0
-0
Home.vue
src/views/Home.vue
+0
-1
Mall.vue
src/views/Mall.vue
+1
-1
No files found.
src/context/company.ts
View file @
9dde6910
...
@@ -32,7 +32,7 @@ export const productsList= [
...
@@ -32,7 +32,7 @@ export const productsList= [
{
{
id
:
6
,
id
:
6
,
title
:
'资产发行流通'
,
title
:
'资产发行流通'
,
detail
:
'针对已上链的特有价值任务(单据、固有资产等),可以发
行FT或NFT通证
,实现资产数字化,提升资产流通性。'
,
detail
:
'针对已上链的特有价值任务(单据、固有资产等),可以发
⾏数字藏品
,实现资产数字化,提升资产流通性。'
,
icon
:
'c6'
,
icon
:
'c6'
,
}
}
]
]
...
@@ -82,8 +82,8 @@ export const functionList= [
...
@@ -82,8 +82,8 @@ export const functionList= [
},
},
{
{
id
:
7
,
id
:
7
,
title
:
'
通证
发行与合并'
,
title
:
'
资产
发行与合并'
,
detail
:
'针对已上链的特有价值任务(单据、固有资产等),可以发
行FT或NFT通证,通证可用于查询溯源数据;合并多个通证
,可以同时查看多个溯源数据的流转详情。'
,
detail
:
'针对已上链的特有价值任务(单据、固有资产等),可以发
⾏版权资产或衍⽣品资产,资产可⽤于查询溯源数据;合并多个资产
,可以同时查看多个溯源数据的流转详情。'
,
icon
:
'cp7'
,
icon
:
'cp7'
,
}
}
]
]
src/context/system.ts
View file @
9dde6910
...
@@ -9,8 +9,8 @@ export default [
...
@@ -9,8 +9,8 @@ export default [
},
},
{
{
id
:
2
,
id
:
2
,
title
:
'数字
通证
发行'
,
title
:
'数字
资产
发行'
,
detail
:
'针对已上链的特有价值任务,可以发
行数字藏品,用于溯源数据查询和通证合并,还可同时查看多个溯源数据的流转详情,从源头控制数据,不可篡改,保证数据真实性。
'
,
detail
:
'针对已上链的特有价值任务,可以发
⾏数字藏品,⽤于溯源数据查询和通证合并,还可同时查看多个溯源数据的流转详情,从源头控制数据,不可篡改,保证数据真实性
'
,
icon
:
'fenbu'
,
icon
:
'fenbu'
,
url
:
'system2'
,
url
:
'system2'
,
...
@@ -26,7 +26,7 @@ export default [
...
@@ -26,7 +26,7 @@ export default [
{
{
id
:
4
,
id
:
4
,
title
:
'交易商城'
,
title
:
'交易商城'
,
detail
:
'发行的数字藏品,可以划转到
区块链
商城用于交易,支持数字藏品发布、购买、转让和赠送,交易全流程上链。藏品信息可溯源,保障商品质量,增强消费者购买信心。'
,
detail
:
'发行的数字藏品,可以划转到商城用于交易,支持数字藏品发布、购买、转让和赠送,交易全流程上链。藏品信息可溯源,保障商品质量,增强消费者购买信心。'
,
icon
:
'fenbu'
,
icon
:
'fenbu'
,
png
:
'system4'
,
png
:
'system4'
,
},
},
...
...
src/icons/zichan.svg
View file @
9dde6910
This diff is collapsed.
Click to expand it.
src/views/Home.vue
View file @
9dde6910
...
@@ -112,7 +112,6 @@
...
@@ -112,7 +112,6 @@
<div
class=
"font-medium text-3xl pt-14 md:pt-0 md:text-3xl md:font-semibold text-headerMain text-center px-7"
>
<div
class=
"font-medium text-3xl pt-14 md:pt-0 md:text-3xl md:font-semibold text-headerMain text-center px-7"
>
系统灵活易用,满足个性化管理需求
</div>
系统灵活易用,满足个性化管理需求
</div>
<div
class=
"text-base text-gray-600 text-center pt-5 py-16"
>
打造行业领先价值
</div>
<div
class=
"text-base text-gray-600 text-center pt-5 py-16"
>
打造行业领先价值
</div>
<div
v-for=
"(item, index) in systems"
:key=
"item.id"
class=
"w-full overflow-hidden"
:ref=
"setItemRef"
>
<div
v-for=
"(item, index) in systems"
:key=
"item.id"
class=
"w-full overflow-hidden"
:ref=
"setItemRef"
>
<systemCard
:data=
"item"
:isActive=
"isActive(index)"
/>
<systemCard
:data=
"item"
:isActive=
"isActive(index)"
/>
</div>
</div>
...
...
src/views/Mall.vue
View file @
9dde6910
...
@@ -129,7 +129,7 @@
...
@@ -129,7 +129,7 @@
<div
class=
" text-white px-7 md:px-0 pt-14 text-center md:text-xl md:font-semibold"
>
招募艺术家、艺术家机构、品牌、数字藏品工作室、企业、少年与家长等各类商户入驻上链购平台。
<div
class=
" text-white px-7 md:px-0 pt-14 text-center md:text-xl md:font-semibold"
>
招募艺术家、艺术家机构、品牌、数字藏品工作室、企业、少年与家长等各类商户入驻上链购平台。
</div>
</div>
<button
type=
"button"
class=
" md:text-xl bg-white text-mainBlue font-semibold rounded-3xl py-3 md:py-2 px-7 mt-5 mb-10 md:mb-14"
<button
type=
"button"
class=
" md:text-xl bg-white text-mainBlue font-semibold rounded-3xl py-3 md:py-2 px-7 mt-5 mb-10 md:mb-14"
@
click=
"goToweb('https://adminslg.8n.cn/#/applyShop')"
@
click=
"goToweb('https://
new
adminslg.8n.cn/#/applyShop')"
>
艺术家入驻
</button>
>
艺术家入驻
</button>
</div>
</div>
</div>
</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