Commit 8fbea991 authored by salitedfish's avatar salitedfish

代码优化

parent 9511d836
...@@ -445,10 +445,8 @@ export default Vue.extend({ ...@@ -445,10 +445,8 @@ export default Vue.extend({
}, },
alertHashExplain(){ alertHashExplain(){
Dialog.alert({ Dialog.alert({
title: '提示', title: '什么是文件HASH?',
message: `通过算法计算出文件的HASH。 message: "通过算法可以计算出文件的HASH。当文件内容改动,HASH也会随之变化。文件HASH可以作为文件在区块链上的唯一数字身份。"
当文件内容改动,HASH也会随之变化。
故将文件HASH作为文件在区块链上的唯一数字身份。`
}) })
}, },
alertCoverTip(){ alertCoverTip(){
......
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
</div> </div>
</div> </div>
<div class="mt-2 mx-auto w-56 text-center text-font-white text-xs">{{uploadAccept.acceptText}}</div> <div class="mt-2 mx-auto w-56 text-center text-font-white text-xs">{{uploadAccept.acceptText}}</div>
<div class=" text-xs mt-5 mx-auto w-56 text-center text-font-white" v-if="uploadType!='封面图片'">说明:一幕影链将为您的本地文件计算文件HASH。在该环节,您的{{uploadType}}不会上传到平台。</div> <div class=" text-xs mt-10 mx-auto w-80 text-left text-font-white" v-if="uploadType!='封面图片'">说明:一幕影链将为您的本地文件计算文件HASH。在该环节,您的{{uploadType}}不会上传到平台。</div>
<div class="flex justify-between fixed bottom-3 left-0 right-0"> <div class="flex justify-between fixed bottom-3 left-0 right-0">
<app-btn <app-btn
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment