Commit f8746fbf015268c4c6ca46b1a187734da49bc8dc

Authored by zhangz
1 parent 408d2fea

取消app左滑返回功能;

src/routes/mobile/IndexMobile.js
@@ -323,8 +323,8 @@ class IndexMobile extends React.Component { @@ -323,8 +323,8 @@ class IndexMobile extends React.Component {
323 } 323 }
324 : { height: 400 } 324 : { height: 400 }
325 } 325 }
326 - onTouchStart={this.handleTouchStart.bind(this)}  
327 - onTouchEnd={this.handleTouchEnd.bind(this)} 326 + // onTouchStart={this.handleTouchStart.bind(this)}
  327 + // onTouchEnd={this.handleTouchEnd.bind(this)}
328 > 328 >
329 <TabBar 329 <TabBar
330 tabBarPosition="bottom" 330 tabBarPosition="bottom"