k94314517
2024-07-25 a75b18a4157ab486e0b51c438ac165ab3a08e3e0
wechat_jiaxuan/pages/detailDis/product.js
@@ -15,7 +15,6 @@
    member: {},
    showShare: false
  },
  /**
   * 生命周期函数--监听页面加载
   */
@@ -24,7 +23,7 @@
    this.setData({
      bottomLift: app.bottomLift
    })
    this.getDetail(options.id)
    this.getDetail(options.id, options.userId || '')
    actionDo({
      actionType: 'view',
      id: options.id
@@ -53,9 +52,9 @@
      })
    })
  },
  getDetail(id) {
  getDetail(id, userId) {
    getProductInfo({
      id
      id, salesId: userId || null
    }).then(res => {
      this.setData({
        info: res.data