xiangpei
2024-12-30 6969eba8c3fcd5da8f57bf1a6c1c04a84e7ab7f3
上传后密码显示bug
1个文件已修改
3 ■■■■ 已修改文件
src/views/index.vue 3 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/index.vue
@@ -372,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'){
@@ -384,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