htc 1 tuần trước cách đây
mục cha
commit
2875701bc3
1 tập tin đã thay đổi với 3 bổ sung1 xóa
  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'
+				})
 			},
 		}
 	}