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