if (!auth.isLogined) {
      this._alert.alert('请先登录', '登录', [
        { text: '取消', style: 'cancel' },
        { text: '确定', onPress: () => navigate('login') }
      ])