收藏
回答

TypeError:Cannot read property 'type' of undefine?

type = content.type || type;

报错:TypeError: Cannot read property 'type' of undefined

怎么办呢?

回答关注问题邀请回答
收藏

1 个回答

  • Realm
    Realm
    2020-10-28
    type = content && content.type || type;
    
    2020-10-28
    有用
    回复
登录 后发表内容
问题标签