From 31b4821f310c57267f8d08229d6ad8d059e128ee Mon Sep 17 00:00:00 2001 From: tanghaolin <1723298894@qq.com> Date: 星期五, 02 九月 2022 15:01:57 +0800 Subject: [PATCH] 调整搜索界面 --- src/views/EBook/SeriesDetailPump.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/views/EBook/SeriesDetailPump.vue b/src/views/EBook/SeriesDetailPump.vue index 8261ac4..f01c803 100644 --- a/src/views/EBook/SeriesDetailPump.vue +++ b/src/views/EBook/SeriesDetailPump.vue @@ -241,6 +241,7 @@ initDetailFullInfo(){ // console.log(JSON.parse(localStorage.getItem(this.$route.query.ID)),234) let lacalData = JSON.parse(localStorage.getItem(this.m_PumpSeriesID)) + console.log(lacalData,244) if(lacalData == null){ this.getDetailFullInfo(); return; @@ -253,6 +254,7 @@ return } let result = lacalData.resultData + console.log(result,256) this.m_PageTitle =result.SeriesInfo.Name; document.title = this.m_PageTitle @@ -344,6 +346,7 @@ }) .then(function(res) { let result = res.data; + console.log(result,349) if (result.Code != 0) { _this.$toast.clear(); return; -- Gitblit v1.9.3