zhangwei 3 anni fa
parent
commit
6b71094479
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/view/red-packet.vue

+ 1 - 0
src/view/red-packet.vue

@@ -509,6 +509,7 @@ chrome.storage.onChanged.addListener(changes => {
   if (changes.userInfo) {
     // let item = JSON.parse(changes.userInfo.newValue)
     data.loading_show = false
+    init()
   }
 })