|
@@ -67,7 +67,7 @@
|
|
|
<div class="returnBtn" @click="nextOrpreSteps(1)">下一步</div>
|
|
|
<div class="returnBtn" @click="allScrell">全屏</div>
|
|
|
<div class="returnBtn" @click="startRecording" v-if="(!videoStart && tType == 1 || tType == 4)">开始录制</div>
|
|
|
- <div class="returnBtn" @click="stopRecording" v-else-if="(tType == 1 || tType == 4)">停止录制</div>
|
|
|
+ <div class="returnBtn" @click="stopRecording" v-else-if="(tType == 1 || tType == 4)">下载录制</div>
|
|
|
<div class="returnBtn" @click="juriVisible = true" v-if="tType == 1">
|
|
|
权限
|
|
|
</div>
|