소스 검색

fix-login

jwyu 2 년 전
부모
커밋
3f10724e1d
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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{