{
pName: 'MapType',
defaultType: 0,
events: {
init(o) {
console.log(this.pName)
}
如上所示,我要怎么样才能正确得到this.pName
相关分类