''
liukangdong
2024-08-02 1cee3a660c5f8e5f4290ae894c2898c4966a834d
wechat_jiaxuan/pages/consult/detail.js
@@ -1,4 +1,4 @@
import { shareContent, getProductNewsInfo } from '../../api/index'
import { actionDo, getProductNewsInfo } from '../../api/index'
Page({
  /**
@@ -51,15 +51,11 @@
  },
  handleShare() {
    console.log('点击了分享');
    shareContent(this.data.info.id)
    actionDo({
      actionType: 'share',
      id: this.data.info.id
    })
  },
  // onShareAppMessage: function () {
  //   // let { productDetail, userInfo } = this.data
  //   return {
  //     title: productDetail.title,
  //     path: '/pages/index/index?id=' + productDetail.id + '&shareuserid=' + userInfo.id + '&type=0'
  //   }
  // },
  onClose() {
    this.setData({showShare: false})
  },