**控制台报错
**
**相关代码如下 **
index.wxml:
<text>◇{{news.title}}——{{news.add_date}}</text>
common.js
wx.navigateTo({
url: '../pages/detail/detail?id='+id,
// success:()=>{
// console.log('ok')
// },
// fail: () => {
// console.log('err')
// }
})
}
module.exports={
goToDetail:gotoDetail
}
index.js
* 自定义函数--跳转新闻浏览页面
*/
goToDetail:function (e) {
common.goToDetail(e.currentTarget.datase)
},
数据库