派生自 wuyushui/SewerAndRainNetwork

zhangshuaibao
2021-03-30 46f5ac8a2a2b3cef149385a87b2170d35466ca12
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 !!!')
  }
}