XiaBx 3 lat temu
rodzic
commit
aa7247a8d1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/view/book-catalog.vue

+ 1 - 1
src/view/book-catalog.vue

@@ -215,7 +215,7 @@ export default {
             bid,
             cid,
             uuids:this.uuids,
-            sendid:this.$route.query.sendid || localStorage.getItem('sendid')
+            sendid:this.$route.query.sendid || localStorage.getItem('sendid') || sessionStorage.getItem('sendid')
           },
         });
       }