lsc 2 years ago
parent
commit
aee4380352

+ 1 - 1
dist/index.html

@@ -18,4 +18,4 @@
       border-radius: 10px;
       -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
       background-color: rgba(0, 0, 0, 0.1);
-    }</style><link href=./static/css/app.28421e2fc3d4221e3092f4935b69682f.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.e0b99d2da8a8198154ec.js></script><script type=text/javascript src=./static/js/app.f84d5745ca28fc86f6d8.js></script></body></html><script>document.domain = "cocorobo.cn"</script>
+    }</style><link href=./static/css/app.02242d072116cbf4b681c3faeaba0e9e.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3ad1d5771e9b13dbdad2.js></script><script type=text/javascript src=./static/js/vendor.e0b99d2da8a8198154ec.js></script><script type=text/javascript src=./static/js/app.9f8d7ff7f265b810bdff.js></script></body></html><script>document.domain = "cocorobo.cn"</script>

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.02242d072116cbf4b681c3faeaba0e9e.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.02242d072116cbf4b681c3faeaba0e9e.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.9f8d7ff7f265b810bdff.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.9f8d7ff7f265b810bdff.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.f84d5745ca28fc86f6d8.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.f84d5745ca28fc86f6d8.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3ad1d5771e9b13dbdad2.js.map


+ 22 - 4
src/components/liveProjectDetail.vue

@@ -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

Some files were not shown because too many files changed in this diff