Browse Source

限制长度

natasha 3 years ago
parent
commit
48452efeb2
1 changed files with 1 additions and 4 deletions
  1. 1 4
      src/components/Adult/preview/NewWordShow.vue

+ 1 - 4
src/components/Adult/preview/NewWordShow.vue

@@ -207,12 +207,9 @@ export default {
             }
           }
           item.imgarr = newimgarr;
-          if (index == this.curQue.option.length - 1) {
-            this.$forceUpdate();
-          }
+          this.$forceUpdate();
         });
       });
-      console.log(this.curQue.option);
     },
     changePraShow() {
       this.isPraShow = false;