1
闫增涛
2024-03-27 b2a6887c94cc7887b03ba1cce578e3fc59a62259
packageBookService/pages/bookServices/list/index.js
@@ -1,4 +1,5 @@
const app = getApp();
import { loginInfo } from '../../../../assets/js/login';
Page({
  /**
   * 页面的初始数据
@@ -54,6 +55,7 @@
   * 生命周期函数--监听页面加载
   */
  onLoad(options) {
    const systInfo = wx.getSystemInfoSync();
    const menu = wx.getMenuButtonBoundingClientRect(); // 胶囊信息
    const navBarHeight = (menu.top - systInfo.statusBarHeight) * 2 + menu.height; // 导航栏高度
@@ -322,9 +324,6 @@
        },
      ],
      sort,
      coverSize: {
        height: 145,
      },
      paging: {
        start: 0,
        size: this.data.pageCount.page * 8,