add:新增永久保存,但是会永久占用一个码,问题待解决

This commit is contained in:
lan
2023-02-11 19:41:44 +08:00
parent f72e121406
commit 71e7c6170b
4 changed files with 22 additions and 13 deletions
+2 -1
View File
@@ -43,7 +43,8 @@
<div>取件码${ file.code }</div>
<div>文件名${ file.name }</div>
<div>&nbsp;&nbsp; ${ file.count }</div>
<div>&nbsp;&nbsp; ${ file.exp_time.slice(0,19) }</div>
<div v-if="file.exp_time">&nbsp;&nbsp; ${ file.exp_time.slice(0,19) }</div>
<div v-else>&nbsp;&nbsp; 永不过期</div>
<div v-if="file.name==='文本分享'">
<span style="white-space: pre-line">&nbsp;&nbsp; ${ file.text }</span>
</div>