0507
This commit is contained in:
parent
fe865bed58
commit
d04acd4f52
|
@ -245,7 +245,7 @@
|
||||||
that.img = new Image();
|
that.img = new Image();
|
||||||
that.img.crossOrigin = 'anonymous';
|
that.img.crossOrigin = 'anonymous';
|
||||||
let value = imag[0].field_value?imag[0].field_value:imag[0].draw_template;
|
let value = imag[0].field_value?imag[0].field_value:imag[0].draw_template;
|
||||||
that.img = 'http://49.232.14.174:2222/'+value;
|
that.img = 'http://49.232.14.174:2222'+value;
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
that.canvasInit();
|
that.canvasInit();
|
||||||
},500);
|
},500);
|
||||||
|
|
Loading…
Reference in New Issue