|
@@ -43,7 +43,7 @@
|
|
|
<div class="imgMiddle" :class="steps > 0 ? 'imghalf' : 'imgMiddle'">
|
|
|
<iframe
|
|
|
style="width: 100%; height: 100%; border: none"
|
|
|
- src="https://view.officeapps.live.com/op/view.aspx?src=https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/05_IoT%E5%B0%8F%E8%BD%A6%E4%B8%8E%E7%89%A9%E6%B5%81%E5%B0%8F%E8%BD%A61656484402500.pptx"
|
|
|
+ src="https://view.officeapps.live.com/op/view.aspx?src=https://ccrb.s3.cn-northwest-1.amazonaws.com.cn/0629%E5%AE%9E%E6%97%B6%E8%AF%BE%E5%A0%82%E6%A8%A1%E6%8B%9F%E6%BC%94%E7%A4%BA%E8%AF%BE%E4%BB%B61656640337932.pptx"
|
|
|
></iframe>
|
|
|
</div>
|
|
|
<div
|
|
@@ -179,12 +179,12 @@
|
|
|
<div class="tools">
|
|
|
<div>
|
|
|
<img
|
|
|
- src="../assets/icon/note.png"
|
|
|
+ src="../assets/icon/secondToolList/mindMapping.png"
|
|
|
alt=""
|
|
|
- @click="addTool(2)"
|
|
|
+ @click="addTool(3)"
|
|
|
/>
|
|
|
</div>
|
|
|
- <div>便签</div>
|
|
|
+ <div>思维导图</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="nextStepOne" @click="answerWork">下一步</div>
|
|
@@ -458,8 +458,8 @@ export default {
|
|
|
addTool(t) {
|
|
|
if (t == 1) {
|
|
|
window.parent.postMessage({ tools: "1" }, "*");
|
|
|
- } else if (t == 2) {
|
|
|
- window.parent.postMessage({ tools: "2" }, "*");
|
|
|
+ } else if (t == 3) {
|
|
|
+ window.parent.postMessage({ tools: "3" }, "*");
|
|
|
} else if (t == 7) {
|
|
|
window.parent.postMessage({ tools: "7" }, "*");
|
|
|
}
|