|
@@ -34,6 +34,7 @@ export default {
|
|
this.dialogVisible = true
|
|
this.dialogVisible = true
|
|
this.rotationImg = params
|
|
this.rotationImg = params
|
|
this.picType = type
|
|
this.picType = type
|
|
|
|
+ console.log('params',params)
|
|
if (this.rotationImg.length > 0) {
|
|
if (this.rotationImg.length > 0) {
|
|
let img = new Image()
|
|
let img = new Image()
|
|
img.src = this.rotationImg[0].url
|
|
img.src = this.rotationImg[0].url
|