Skip to content

Commit

Permalink
ready
Browse files Browse the repository at this point in the history
  • Loading branch information
limxing committed Oct 9, 2016
1 parent 832bf97 commit 3fd7dd9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ onCreat()中:
```

处理返回键:
```
```
@Override
public void onBackPressed() {
if (cityPicker.isShow()){
Expand All @@ -39,6 +39,6 @@ onCreat()中:
}
super.onBackPressed();
}
```
```

参考文献:<a href="https://github.com/dcloudio/mui/">mui</a>

0 comments on commit 3fd7dd9

Please sign in to comment.