You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
// pages/topics/common/goodIdea/index.js
|
|
|
|
Page({
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 页面的初始数据
|
|
|
|
*/
|
|
|
|
data: {
|
|
|
|
list: [
|
|
|
|
{
|
|
|
|
ideaId: '1',
|
|
|
|
userIcon: "",
|
|
|
|
userName: "用户名",
|
|
|
|
time: "刚刚",
|
|
|
|
isGoodIdea:1,
|
|
|
|
detail:{
|
|
|
|
title:"习近平主持政治局第十七次集体... 拷贝",
|
|
|
|
userIcon:"",
|
|
|
|
userName:"用户名",
|
|
|
|
time:"刚刚",
|
|
|
|
commentNum:"33",
|
|
|
|
text:"【内容以实际活动为准】市北区位于青岛市主城区地理位置的中心,西部濒临胶州湾,东部与崂山区为邻,北部与李沧区接壤,南部与市南区毗"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
ideaId: "2",
|
|
|
|
userIcon: "",
|
|
|
|
userName: "用户名",
|
|
|
|
time: "1分钟前",
|
|
|
|
isGoodIdea: 0,
|
|
|
|
detail: {
|
|
|
|
title: "习近平主持政治局第十七次集体... 拷贝",
|
|
|
|
userIcon: "",
|
|
|
|
userName: "用户名",
|
|
|
|
time: "刚刚",
|
|
|
|
commentNum: "33",
|
|
|
|
text: "市北区位于青岛市主城区地理位置的中心,西部濒临胶州湾,东部与崂山区为邻,北部与李沧区接壤,南部与市南区毗连,东西最大距离11. 拷贝 2"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
]
|
|
|
|
},
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 生命周期函数--监听页面加载
|
|
|
|
*/
|
|
|
|
onLoad: function (options) {
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 生命周期函数--监听页面初次渲染完成
|
|
|
|
*/
|
|
|
|
onReady: function () {
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 生命周期函数--监听页面显示
|
|
|
|
*/
|
|
|
|
onShow: function () {
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 生命周期函数--监听页面隐藏
|
|
|
|
*/
|
|
|
|
onHide: function () {
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 生命周期函数--监听页面卸载
|
|
|
|
*/
|
|
|
|
onUnload: function () {
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 页面相关事件处理函数--监听用户下拉动作
|
|
|
|
*/
|
|
|
|
onPullDownRefresh: function () {
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 页面上拉触底事件的处理函数
|
|
|
|
*/
|
|
|
|
onReachBottom: function () {
|
|
|
|
|
|
|
|
},
|
|
|
|
|
|
|
|
/**
|
|
|
|
* 用户点击右上角分享
|
|
|
|
*/
|
|
|
|
onShareAppMessage: function () {
|
|
|
|
|
|
|
|
},
|
|
|
|
clickListItem(e) {
|
|
|
|
console.log(e.detail)
|
|
|
|
}
|
|
|
|
})
|