@@ -299,7 +299,6 @@ export default {
//跳转报告详情
async goDetail(item){
- await this.checkUserIsBind()
if(['晨报','周报'].includes(item.classify_name_first)){
uni.navigateTo({url: `/pages-report/chapterDetail?chapterId=${item.report_chapter_id}&fromPage=home`})
}else{