From 4f43d3941a248d79662ae16b2f6fe8d40745976c Mon Sep 17 00:00:00 2001 From: xiangpei <xiangpei@timesnew.cn> Date: 星期一, 30 十二月 2024 10:09:07 +0800 Subject: [PATCH] Revert "还原" --- src/views/index.vue | 9 ++++++--- 1 files changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/index.vue b/src/views/index.vue index 0f002f4..d305215 100644 --- a/src/views/index.vue +++ b/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 -- Gitblit v1.8.0