| | |
| | | import { getZhongTaiProductNewsPage, getCatalogList,actionDo } from '../../api/index' |
| | | import { getZhongTaiProductNewsPage, getCatalogList,actionDo,refreshEnjoy } from '../../api/index' |
| | | Page({ |
| | | |
| | | /** |
| | |
| | | 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{ |
| | |
| | | * 生命周期函数--监听页面显示 |
| | | */ |
| | | onShow() { |
| | | |
| | | refreshEnjoy(this) |
| | | }, |
| | | |
| | | /** |