var page={ init:function(){ this.initEvents()
}, bindEvent: function (target, type, name) {
$(target).bind(type, function (e) {
e.preventDefault();
name(e)
})
}, initEvents: function () { this.bindEvent('.pic-egg1', 'click', this.showDiag) this.bindEvent('.pic-egg2', 'click', this.showDiag)
}, showDiag: function () { this.hideDiag()
}, hideDiag:function(){ console.log('出不來(lái)')
}
}控制器報(bào)這個(gè)錯(cuò)誤hideDiag is not a function
JS 字面量面向?qū)ο笤L問(wèn)報(bào)not a function
米琪卡哇伊
2019-01-02 17:02:00
