摘要: window.operateEvents = { 'click .use': function (e, value, row, index) { console.log('useClick') }, 'click .remove': function (e, value, row, index) { 阅读全文
posted @ 2017-08-22 15:24 famCc 阅读(332) 评论(0) 推荐(0) 编辑
摘要: var Promise = function(){ this.doneList = []; this.failList = []; this.state = 'pending'; }; 阅读全文
posted @ 2017-08-22 15:14 famCc 阅读(83) 评论(0) 推荐(0) 编辑