fix subscribe season

This commit is contained in:
jxxghp
2023-07-04 19:24:19 +08:00
parent 43f2f57633
commit fd1b774b94
3 changed files with 104 additions and 49 deletions
-1
View File
@@ -30,7 +30,6 @@ const lastUpdateText = ref(
// 图片加载完成响应
const imageLoadHandler = () => {
console.log(imageLoaded.value);
imageLoaded.value = true;
};