htc 1 주 전
부모
커밋
2875701bc3
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      pages/questionnaire.vue

+ 3 - 1
pages/questionnaire.vue

@@ -69,7 +69,9 @@
 				})
 			},
 			toRepoer(item){
-				if(!item.fileUrl) return this.$showToast('报告为空,请联系教练。')
+				uni.redirectTo({
+					url:'/pages/report'
+				})
 			},
 		}
 	}