|
@@ -327,7 +327,6 @@
|
|
:playsinline="true"
|
|
:playsinline="true"
|
|
:options="playerO[taskCount]"
|
|
:options="playerO[taskCount]"
|
|
@play="onPlayerPlay($event)"
|
|
@play="onPlayerPlay($event)"
|
|
- @timeupdate="onPlayerTimeupdate($event)"
|
|
|
|
style="width: 100%; height: 100%; margin: 0 0 0 30px"
|
|
style="width: 100%; height: 100%; margin: 0 0 0 30px"
|
|
></video-player>
|
|
></video-player>
|
|
</div>
|
|
</div>
|
|
@@ -1041,6 +1040,14 @@
|
|
/>
|
|
/>
|
|
<div style="margin: 5px 0">全历史</div>
|
|
<div style="margin: 5px 0">全历史</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div v-if="tooC == 62">
|
|
|
|
+ <img
|
|
|
|
+ @click="addTools(tooC, toolIndex, taskCount)"
|
|
|
|
+ src="../assets/icon/fourthToolList/interVideo.png"
|
|
|
|
+ alt
|
|
|
|
+ />
|
|
|
|
+ <div style="margin: 5px 0">交互视频</div>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -13362,6 +13369,11 @@ export default {
|
|
.catch(() => {});
|
|
.catch(() => {});
|
|
},
|
|
},
|
|
setPz(){
|
|
setPz(){
|
|
|
|
+ if(this.ispzType == 4){
|
|
|
|
+ this.ispzType = 0
|
|
|
|
+ this.pzDialog = false
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
this.ispzType = 4
|
|
this.ispzType = 4
|
|
this.pzDialog = true
|
|
this.pzDialog = true
|
|
this.selectPz();
|
|
this.selectPz();
|