Monica 将代码中的// 计算碰撞区域var hitRadius = role1.hitRadius = role2.hitRadius;改为var hitRadius = role1.hitRadius + role2.hitRadius;即可