|
@ -28,6 +28,7 @@ Page({ |
|
|
infoCompleted: 0, |
|
|
infoCompleted: 0, |
|
|
completeInfoDialogVisible: false, |
|
|
completeInfoDialogVisible: false, |
|
|
ifpreviewImage:false,//解决图片放大刷新列表的问题
|
|
|
ifpreviewImage:false,//解决图片放大刷新列表的问题
|
|
|
|
|
|
commentViewContent: '捧个场' // 写评论按钮 文字内容
|
|
|
}, |
|
|
}, |
|
|
/** |
|
|
/** |
|
|
* 生命周期函数--监听页面加载 |
|
|
* 生命周期函数--监听页面加载 |
|
@ -36,7 +37,8 @@ Page({ |
|
|
this.setData({ |
|
|
this.setData({ |
|
|
partyGroupId: options.partyGroupId, |
|
|
partyGroupId: options.partyGroupId, |
|
|
topicType: options.topicType,//0:事好儿鼓个掌 1:话对捧个场
|
|
|
topicType: options.topicType,//0:事好儿鼓个掌 1:话对捧个场
|
|
|
infoCompleted: app.globalData.infoCompleted |
|
|
infoCompleted: app.globalData.infoCompleted, |
|
|
|
|
|
commentViewContent: options.topicType == 0 ? '鼓个掌' : '捧个场' |
|
|
}) |
|
|
}) |
|
|
if (options.topicType == 0) { |
|
|
if (options.topicType == 0) { |
|
|
wx.setNavigationBarTitle({ |
|
|
wx.setNavigationBarTitle({ |
|
|