liukangdong
2024-07-26 c7d7aff39b6566d05d3c0a080839c46bb2b6a8aa
wechat_staff/pages/consult/consult.js
@@ -1,4 +1,4 @@
import { getZhongTaiProductNewsPage, getCatalogList,actionDo } from '../../api/index'
import { getZhongTaiProductNewsPage, getCatalogList,actionDo,refreshEnjoy } from '../../api/index'
Page({
  /**
@@ -60,10 +60,11 @@
    actionDo({actionType: 'view',id: item.id})
    if(item.contentType == 'link'){
      wx.navigateTo({
        url: '/pages/webView/index?link=' + item.content,
        url: '/pages/webView/index',
        success: function(res) {
          // 通过eventChannel向被打开页面传送数据
          res.eventChannel.emit('acceptDataFromOpenerPage', { link: item.openContent, title: item.title })
          // 通过eventChannel向被打开页面传送数据
          console.log(item)
          res.eventChannel.emit('data',{link:item.content,title:item.title} );
        }
      })
    }else{
@@ -116,7 +117,7 @@
   * 生命周期函数--监听页面显示
   */
  onShow() {
    refreshEnjoy(this)
  },
  /**