xiangpei
2024-12-30 f3d58432c362120c2a8fa5bb5d194d8cc8e9ab50
src/views/index.vue
@@ -108,8 +108,10 @@
      </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"
@@ -370,6 +372,7 @@
}
const lookPawsd = async (row: any) => {
  console.log(row, row.ossId);
  console.log("得到上传后的信息",row);
  clearInterval(state.mytime);
  state.mytime = 0;
  if(row == '123123'){
@@ -382,7 +385,7 @@
    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