|
|
@@ -22,7 +22,7 @@
|
|
|
<div class="question-area">
|
|
|
<template v-for="(tool, index) in toolsArray" :key="tool.tool_id">
|
|
|
<iframe
|
|
|
- v-if="index === selectedToolIndex"
|
|
|
+ v-if="index === selectedToolIndex && tool.url"
|
|
|
:src="tool.url + '&isSet=2' + '×tamp=' + new Date().getTime()"
|
|
|
frameborder="0"></iframe>
|
|
|
</template>
|