lll
liukangdong
2024-07-31 7b2847ac00849ffe33e4b1ca186fd9b6ad312dad
wechat_jiaxuan/pages/detailDis/realpic.js
@@ -1,4 +1,5 @@
import { getRealcaseInfo, actionDo } from '../../api/index'
import { eventBus } from '../../utils/eventBus'
Page({
  data: {
    bottomLift: 0,
@@ -15,6 +16,12 @@
      actionType: 'view',
      id: options.id
    })
  },
  onUnload() {
    console.log('详情进行了销毁');
    setTimeout(() => {
      eventBus.emit('realpicDeBack', this.data.info)
    }, 500)
  },
  onLoad(options) {
    var app = getApp().globalData
@@ -43,6 +50,7 @@
      info.isCollection = !info.isCollection
      wx.showToast({
        title: actionType == 'collect' ? '收藏成功' : '取消收藏',
        icon: "none"
      })
      this.setData({info})
    })
@@ -138,9 +146,6 @@
    })
  },
  onHide() {
  },
  onUnload() {
  },
  onPullDownRefresh() {