Explorar o código

保存用户信息

guanchunjie %!s(int64=3) %!d(string=hai) anos
pai
achega
83438a2457
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/components/learnCenter/Textbook.vue

+ 1 - 0
src/components/learnCenter/Textbook.vue

@@ -58,6 +58,7 @@ export default {
     },
     // 需要跳到教材系统的教材详情
     gotoIntroduce(item) {
+      sessionStorage.setItem("Bookdetail", JSON.stringify(item));
       let href = `/GCLS-Book/#/GoodsDetail?goods_id=${item.id}&goods_type=101`;
       window.open(href, "_blank");
     },