|
|
@ -103,6 +103,16 @@ Page({ |
|
|
|
partyGroupId: options.partyGroupId, |
|
|
|
topicType: options.topicType,//0:事好儿鼓个掌 1:话对捧个场
|
|
|
|
}) |
|
|
|
if(options.topicType == 0){ |
|
|
|
wx.setNavigationBarTitle({ |
|
|
|
title: '事好儿鼓个掌' |
|
|
|
}) |
|
|
|
}else{ |
|
|
|
wx.setNavigationBarTitle({ |
|
|
|
title: '话对捧个场' |
|
|
|
}) |
|
|
|
} |
|
|
|
|
|
|
|
}, |
|
|
|
// 查列表
|
|
|
|
topiclist() { |
|
|
|