Mini program reports error VM5450:1083 page [components/head/head] error: TypeError: Cannot read property'name' of undefined

Solution:

properties: {
    // 这里定义了collected属性,属性值可以在组件使用时指定
    //父组件传过来的data
    userInfo:{
        type:Object
    }
  },

Need to specify the parameter type

 

 

 

Guess you like

Origin blog.csdn.net/wangyanxin928/article/details/112980608