摘要:
function preview_picture(pic){ var r=new FileReader(); r.readAsDataURL(pic); r.onload=function(e){ dealImage(this.result,{width:600},function(data){ p 阅读全文
摘要:
1.Property or method "xxx" is not defined on the instance but referenced during render. 原因:xxx在template或方法中使用了,但是没有在data中定义 2.can not read property ‘x 阅读全文