liyongli 6 months ago
parent
commit
bbc8ba40b6
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/view/finance2024/index.vue

+ 2 - 2
src/view/finance2024/index.vue

@@ -146,7 +146,7 @@ const play_stats = ref(false);
 const canvas = document.createElement('canvas');
 const show = ref(false);
 const username = ref('');
-let img_local = ref(localStorage.getItem('hb20230712'));
+let img_local = ref(localStorage.getItem('hb20241022'));
 let d2 = undefined;
 let isInitAudio = true;
 canvas.width = 750;
@@ -241,7 +241,7 @@ const onSubmit = e => {
       const imgs = canvas.toDataURL('image/png');
       showImagePreview([imgs]);
       img_local.value = imgs;
-      localStorage.setItem('hb20230712', imgs);
+      localStorage.setItem('hb20241022', imgs);
     });
   });
 };