|
@@ -188,7 +188,7 @@
|
|
|
>
|
|
|
<div class="vedioNav">工具</div>
|
|
|
<div>
|
|
|
- <div class="navText" @click="lookTools(toolsIndex)">
|
|
|
+ <div class="navText" @click="lookTools(index,toolsIndex)">
|
|
|
{{ chapToolList[index].length > 0 ? tools.name : "" }}
|
|
|
</div>
|
|
|
</div>
|
|
@@ -1333,8 +1333,8 @@ export default {
|
|
|
this.text = this.textList[i][t];
|
|
|
this.dialogVisible1 = true;
|
|
|
},
|
|
|
- lookTools(i) {
|
|
|
- this.chapTools = this.chapToolList[i][0];
|
|
|
+ lookTools(i,t) {
|
|
|
+ this.chapTools = this.chapToolList[i][t];
|
|
|
this.dialogVisible2 = true;
|
|
|
},
|
|
|
downFile(f, i) {
|