htc 4 天之前
父节点
当前提交
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'
+				})
 			},
 		}
 	}