htc hace 1 semana
padre
commit
2875701bc3
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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'
+				})
 			},
 		}
 	}