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