派生自 wuyushui/SewerAndRainNetwork

chenzeping
2021-03-31 f9201f16652d1e58d649afaf0c5d025031c52c3f
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 !!!')
  }
}