This commit is contained in:
wyx
2023-03-27 15:08:40 +08:00
parent 87f52b31fb
commit 14dd28c52a
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@
<iframe
id="iframe"
style="width: 100%; height: 100%;"
:src="iframeUrl + '/exam/viewanswer?id=' + answerId?answerId:datasource.answerId "
:src="iframeUrl+'/exam/viewanswer?id='+(answerId?answerId:datasource.answerId)"
frameborder="0"
name="myframe"
security="restricted"