|
@@ -447,11 +447,11 @@
|
|
|
<span>上传中...</span>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div class="nextStepBox">
|
|
|
+ <!-- <div class="nextStepBox">
|
|
|
<div class="nextStepOne" @click="(isBlock = 4), (full = false)">
|
|
|
返回
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<div
|
|
|
class="nextStepOne"
|
|
|
style="float: right"
|
|
@@ -687,7 +687,11 @@
|
|
|
>
|
|
|
|
|
|
<div
|
|
|
- style="margin: 10px auto 0; display: flex;align-items: center;"
|
|
|
+ style="
|
|
|
+ margin: 10px auto 0;
|
|
|
+ display: flex;
|
|
|
+ align-items: center;
|
|
|
+ "
|
|
|
v-if="LuAudioUrl"
|
|
|
>
|
|
|
<span>已上传录音:</span>
|
|
@@ -1683,7 +1687,21 @@ export default {
|
|
|
this.tools[this.ppage - 1].tools.indexOf(29) != -1 ||
|
|
|
this.tools[this.ppage - 1].tools.indexOf(13) != -1)
|
|
|
) {
|
|
|
- this.isBlock = 4;
|
|
|
+ if (this.tools[this.ppage - 1].tools.indexOf(1) != -1) {
|
|
|
+ // this.toolCount = 1;
|
|
|
+ this.checkTools(1)
|
|
|
+ } else if (this.tools[this.ppage - 1].tools.indexOf(3) != -1) {
|
|
|
+ this.checkTools(3)
|
|
|
+ } else if (this.tools[this.ppage - 1].tools.indexOf(28) != -1) {
|
|
|
+ this.checkTools(28)
|
|
|
+ } else if (this.tools[this.ppage - 1].tools.indexOf(4) != -1) {
|
|
|
+ this.checkTools(4)
|
|
|
+ } else if (this.tools[this.ppage - 1].tools.indexOf(6) != -1) {
|
|
|
+ this.checkTools(6)
|
|
|
+ } else if (this.tools[this.ppage - 1].tools.indexOf(7) != -1) {
|
|
|
+ this.checkTools(7)
|
|
|
+ }
|
|
|
+ // this.isBlock = 2;
|
|
|
} else if (
|
|
|
this.tools[this.ppage - 1].file &&
|
|
|
this.tools[this.ppage - 1].file.length
|