Commit f8746fbf015268c4c6ca46b1a187734da49bc8dc
1 parent
408d2fea
取消app左滑返回功能;
Showing
1 changed file
with
2 additions
and
2 deletions
src/routes/mobile/IndexMobile.js
| ... | ... | @@ -323,8 +323,8 @@ class IndexMobile extends React.Component { |
| 323 | 323 | } |
| 324 | 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 | 329 | <TabBar |
| 330 | 330 | tabBarPosition="bottom" | ... | ... |