yiming
2024-04-29 9cc35aa83764cb91436750db66e9868c99c1de90
pages/retrievalPage/index.js
@@ -46,7 +46,6 @@
   * 生命周期函数--监听页面加载
   */
  onLoad(options) {
    console.log(app.config.appId);
    const systInfo = wx.getSystemInfoSync();
    const menu = wx.getMenuButtonBoundingClientRect(); // 胶囊信息
@@ -56,8 +55,6 @@
      barHeight: systInfo.statusBarHeight,
      searchVal: options.searchVal
    })
    this.retrievalPageGet()
    this.bibliographyGet()
    let event = {
@@ -66,8 +63,6 @@
      }
    }
    this.onTabsChange(event)
  },
  /**