|
|
@@ -157,7 +157,6 @@ export default {
|
|
|
this.$refs.esign.draw(null, history[i][0], history[i][1]);
|
|
|
requestAnimationFrame(runner);
|
|
|
} else {
|
|
|
- /* eslint-disable */ console.log(...oo_oo(`609013187_161_10_161_29_4`, '播放完成'));
|
|
|
this.hasPlay = false;
|
|
|
}
|
|
|
};
|
|
|
@@ -214,7 +213,6 @@ export default {
|
|
|
this.handelReset();
|
|
|
})
|
|
|
.catch((res) => {
|
|
|
- /* eslint-disable */ console.log(...oo_oo(`609013187_218_14_218_30_4`, res));
|
|
|
this.imgarr.push(obj);
|
|
|
this.saveShow = false;
|
|
|
this.handelReset();
|
|
|
@@ -225,7 +223,6 @@ export default {
|
|
|
.catch((err) => {
|
|
|
this.saveShow = false;
|
|
|
|
|
|
- /* eslint-disable */ console.log(...oo_oo(`609013187_229_10_229_26_4`, err));
|
|
|
this.$message.warning('请先书写在保存');
|
|
|
});
|
|
|
},
|