派生自 wuyushui/SewerAndRainNetwork

wangqi
2021-03-31 8c19f6624bb0edcf4c27a2f199587745a0120b24
src/components/LayerController/logic/Sample.js
@@ -1,9 +1,9 @@
module.exports = function () {
  this.init = (layer) => {
  this.init = (L) => {
    console.log('sample init !!!')
  }
  this.clickListener = (list) => {
  this.clickListener = (e, data) => {
    console.log('sample clickListener !!!')
  }
}