公告板
版本库
filestore
活动
搜索
登录
刑川
/
SewerAndRainNetwork
派生自
wuyushui/SewerAndRainNetwork
概况
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetw...
zhangshuaibao
2021-03-31
c92dd3fca165ddd8d73d29a640ec22c89c45260f
[~xingchuan/SewerAndRainNetwork.git]
/
src
/
components
/
LayerController
/
logic
/
Sample.js
1
2
3
4
5
6
7
8
9
module.exports = function () {
this.init = (L) => {
console.log('sample init !!!')
}
this.clickListener = (e, data) => {
console.log('sample clickListener !!!')
}
}