瀏覽代碼

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{