yiming
2024-04-11 a9bd2df4da1cf7b198db7bf2d67ce8adbbe89b32
pages/bookExhibitionDetails/index.js
@@ -6,6 +6,8 @@
   * 页面的初始数据
   */
  data: {
    loading: true,
    hidden: true,
    bookName: '',
    bookBeginDate: '',
    bookCreator: '',
@@ -92,6 +94,10 @@
  },
  bookExhibitionGet(passId) {
    this.setData({
      loading: true,
      hidden: true,
    })
    wx.showLoading({
      title: '加载中...',
    })
@@ -118,10 +124,18 @@
        bookImage: res.datas.icon
      });
      wx.hideLoading()
      this.setData({
        loading: false,
        hidden: false,
      })
    })
  },
  //书展详情接口
  getBookExhibitionDetails(passId) {
    this.setData({
      loading: true,
      hidden: true,
    })
    app.MG.store.getProductList({
      path: '*',
      storeInfo: 'jsek_bookFair',
@@ -140,6 +154,10 @@
        bookExhibitionList: res.datas
      })
      console.log(this.data.bookExhibitionList, 'bookExhibitionList');
      this.setData({
        loading: false,
        hidden: false,
      })
    })
  },
  onBookDetails(event) {