|
@@ -779,7 +779,7 @@
|
|
|
<div v-if="tooC == 28">
|
|
|
<img
|
|
|
@click="addTools(tooC, toolIndex, taskCount)"
|
|
|
- src="../assets/icon/secondToolList/networkPanel.png"
|
|
|
+ src="../assets/icon/secondToolList/translation.png"
|
|
|
alt
|
|
|
/>
|
|
|
<div style="margin: 5px 0">翻译</div>
|
|
@@ -787,7 +787,7 @@
|
|
|
<div v-if="tooC == 37">
|
|
|
<img
|
|
|
@click="addTools(tooC, toolIndex, taskCount)"
|
|
|
- src="../assets/icon/secondToolList/networkPanel.png"
|
|
|
+ src="../assets/icon/secondToolList/mohe.png"
|
|
|
alt
|
|
|
/>
|
|
|
<div style="margin: 5px 0">魔盒识字</div>
|
|
@@ -795,7 +795,7 @@
|
|
|
<div v-if="tooC == 38">
|
|
|
<img
|
|
|
@click="addTools(tooC, toolIndex, taskCount)"
|
|
|
- src="../assets/icon/secondToolList/networkPanel.png"
|
|
|
+ src="../assets/icon/secondToolList/24game.png"
|
|
|
alt
|
|
|
/>
|
|
|
<div style="margin: 5px 0">24点</div>
|
|
@@ -803,7 +803,7 @@
|
|
|
<div v-if="tooC == 39">
|
|
|
<img
|
|
|
@click="addTools(tooC, toolIndex, taskCount)"
|
|
|
- src="../assets/icon/secondToolList/networkPanel.png"
|
|
|
+ src="../assets/icon/secondToolList/GeoGebra.png"
|
|
|
alt
|
|
|
/>
|
|
|
<div style="margin: 5px 0">GeoGebra</div>
|
|
@@ -934,7 +934,7 @@
|
|
|
v-for="(w, wIndex) in workStudent[toolIndex]"
|
|
|
:key="wIndex"
|
|
|
>
|
|
|
- <div class="workImg">
|
|
|
+ <div class="workImg" v-if="w.type == 2">
|
|
|
<!-- <img
|
|
|
src="../assets/icon/works/noImg.png"
|
|
|
@click="openTools(15, toolIndex, taskCount, w.works)"
|
|
@@ -1260,7 +1260,7 @@
|
|
|
v-for="(w, wIndex) in worksStudent[toolIndex]"
|
|
|
:key="wIndex"
|
|
|
>
|
|
|
- <div class="workImg">
|
|
|
+ <div class="workImg" v-if="w.type == 2">
|
|
|
<!-- <img
|
|
|
src="../assets/icon/works/noImg.png"
|
|
|
@click="openTools(15, toolIndex, taskCount, w.works)"
|