liyongli %!s(int64=3) %!d(string=hai) anos
pai
achega
f63aa6206a
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/Radio/Radio.vue

+ 1 - 0
src/views/Radio/Radio.vue

@@ -346,6 +346,7 @@ export default {
     volume() {
       if (!document.getElementById("playaudio")) return;
       document.getElementById("playaudio").volume = this.volumeNum / 100;
+      window.localStorage.volumeNum = this.volumeNum;
     },
   },
   beforeUnmount: function() {},