Commit 058e7cd0 by 陈玉桐

fix

parent 55a1f750
......@@ -483,11 +483,11 @@ export default {
me.uploadPic = 'data:image;base64,' + res.localData
me.option.img = me.uploadPic
this.cropperShow = true
me.cropperShow = true
}else{
me.uploadPic = res.localData // localData是图片的base64数据,可以用img标签显示
this.cropperShow = true
me.cropperShow = true
me.option.img = me.uploadPic
}
}
......
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