Commit 7bdd0b18 by 陈玉桐

fix

parent 182acd44
...@@ -349,13 +349,14 @@ export default { ...@@ -349,13 +349,14 @@ export default {
realTime(data) { realTime(data) {
console.log('realTime') console.log('realTime')
this.previews = data this.previews = data
console.log(this.previews)
}, },
imgLoad (msg) { imgLoad (msg) {
console.log('imgLoad') console.log('imgLoad')
console.log(msg) console.log(msg)
}, },
croppSure() {//裁剪完成 croppSure() {//裁剪完成
this.uploadPic = this.option.img this.uploadPic = this.previews.url
this.cropperShow = false this.cropperShow = false
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment