var status = {
  INIT: {
      key: 'init',
      text: '初始化中'
  },
  DESTORY: {
      key: 'destory',
      text: '已销毁'
  }
}