|
@@ -70,7 +70,7 @@ async function getReportInfo() {
|
|
|
reportInfo.value = detail
|
|
|
riskLevelInfo.value = riskLevel
|
|
|
isLogin.value=res.data.login
|
|
|
- reportCollected.value = res.data.isCollect || false
|
|
|
+ reportCollected.value = res.data.isCollected || false
|
|
|
riskLevelStatus.value=res.data.riskLevelStatus
|
|
|
headImgStyle.value = reportInfo.value.headResource.style ? JSON.parse(reportInfo.value.headResource.style) : []
|
|
|
endImgStyle.value = reportInfo.value.endResource.style ? JSON.parse(reportInfo.value.endResource.style) : []
|