Upgrade to Pro — share decks privately, control downloads, hide ads and more …

淘宝旅行门票iPad版开发

Sponsored · Your Podcast. Everywhere. Effortlessly. Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.

 淘宝旅行门票iPad版开发

淘宝旅行门票iPad版开发

Avatar for ningzbruc

ningzbruc

June 06, 2014
Tweet

More Decks by ningzbruc

Other Decks in Programming

Transcript

  1. AOP & SuperBase function ListLoad() {} ! S.augment(ListLoad, { initializer:

    function() { this.nearScenicName = this.getParam('scenicName'); this.searchByScenic = !!this.nearScenicName; this.doAfter(this.renderListLoad, this, 'renderUI'); this.doAfter(this.bindListLoad, this, 'bindUI'); this.doAfter(this.syncListLoad, this, 'syncUI'); }, destructor: function() {} });
  2. AOP & SuperBase function ListLoad() {} ! S.augment(ListLoad, { initializer:

    function() { this.nearScenicName = this.getParam('scenicName'); this.searchByScenic = !!this.nearScenicName; this.doAfter(this.renderListLoad, this, 'renderUI'); this.doAfter(this.bindListLoad, this, 'bindUI'); this.doAfter(this.syncListLoad, this, 'syncUI'); }, destructor: function() {} });
  3. Widgets ‧ AOP ‧ SuperBase ‧ Orientation ‧ AlignBox ‧

    HistoryList ‧ SimpleSlide ‧ iScroll5 ‧ Scroller ‧ ScrollList ‧ GeoLocation ‧ AutoComplete ‧ and more…
  4. ‧ Zepto to KISSY mini ‧ iScroll4 to iScroll5 ‧

    页面宽度自适应 ‧ 键盘打开时旋转屏幕性能很差 ‧ 页面刷新也会触发onpopstate事件 ‧ 接入淘宝iPad客户端极简支付 Problems
  5. zepto 2 mini • Node • Event • UA •

    Ajax • Lang • duration/timeout • … https://speakerdeck.com/ningzbruc/travel-on-kissy-mini