riku
2022-10-28 b45a01a8bee4a9bff5f9c248ead301b8675d1099
pages/m_consult/base_c/c_result-item/c_result-item.js
@@ -15,6 +15,10 @@
      type: Array,
      value: []
    },
    scrollable: {
      type: Boolean,
      value: true
    },
    loading: {
      type: Boolean,
      value: false
@@ -74,5 +78,8 @@
      }
    },
    gotoMore() {
      this.triggerEvent('gotoMore')
    }
  }
})