Browse Source

fix-login

jwyu 2 years ago
parent
commit
3f10724e1d
1 changed files with 0 additions and 1 deletions
  1. 0 1
      pages/report/report.vue

+ 0 - 1
pages/report/report.vue

@@ -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{