hList.js 208 Bytes
Component({
  mixins: [],
  data: {},
  props: {},
  didMount() { },
  didUpdate() { },
  didUnmount() { },
  methods: {
    onSelectComHList(event) {
      this.props.onSelectComHList(event)

    }
  },
});