| | |
| | | </template> |
| | | </el-dialog> |
| | | <el-dialog :title="titleDownload" v-model="visibleCode" width="500px" append-to-body> |
| | | <p style="color: red">提取码将会在24小时后失效请尽快下载!</p> |
| | | <span v-show="titleDownload=='查看提取码'">{{testtxt}}</span> |
| | | <div style="width: 100%;text-align: center"> |
| | | <p style="color: red; font-size: 20px">提取码将会在24小时后失效请尽快下载!</p> |
| | | <span v-show="titleDownload=='查看提取码'" style="font-size: 80px;">{{testtxt}}</span> |
| | | </div> |
| | | <el-input |
| | | style="margin: 10px 0" |
| | | ref="inputRef" |
| | |
| | | } |
| | | const lookPawsd = async (row: any) => { |
| | | console.log(row, row.ossId); |
| | | console.log("得到上传后的信息",row); |
| | | clearInterval(state.mytime); |
| | | state.mytime = 0; |
| | | if(row == '123123'){ |
| | |
| | | dialogVisible.value = false; |
| | | clearInterval(state.mytime); |
| | | state.mytime = 0; |
| | | testtxt.value = row.password; |
| | | testtxt.value = row.data.password; |
| | | titleDownload.value = '查看提取码' |
| | | pasTxt.value = '' |
| | | visibleCode.value = true |