Commit 4378a6875ca380006d248bd761abcdfa58cf9f1a
Exists in
yxb_dev
and in
2 other branches
Merge branch 'yxb_dev' of http://git.shunzhi.net/taohd/parentwork into developer
Showing
6 changed files
with
9 additions
and
15 deletions
Show diff stats
.idea/runConfigurations.xml
| ... | ... | @@ -1,12 +0,0 @@ |
| 1 | -<?xml version="1.0" encoding="UTF-8"?> | |
| 2 | -<project version="4"> | |
| 3 | - <component name="RunConfigurationProducerService"> | |
| 4 | - <option name="ignoredProducers"> | |
| 5 | - <set> | |
| 6 | - <option value="org.jetbrains.plugins.gradle.execution.test.runner.AllInPackageGradleConfigurationProducer" /> | |
| 7 | - <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestClassGradleConfigurationProducer" /> | |
| 8 | - <option value="org.jetbrains.plugins.gradle.execution.test.runner.TestMethodGradleConfigurationProducer" /> | |
| 9 | - </set> | |
| 10 | - </option> | |
| 11 | - </component> | |
| 12 | -</project> | |
| 13 | 0 | \ No newline at end of file |
app/src/main/java/com/shunzhi/parent/presenter/loginandregister/LoginAndRegisterPresenter.java
| ... | ... | @@ -13,7 +13,6 @@ import com.shunzhi.parent.bean.CurrentBean; |
| 13 | 13 | import com.shunzhi.parent.bean.NIMLoginResultBean; |
| 14 | 14 | import com.shunzhi.parent.bean.UserInfo; |
| 15 | 15 | import com.shunzhi.parent.contract.loginandregister.LoginAndRegisterContract; |
| 16 | -import com.shunzhi.parent.manager.MessageManager; | |
| 17 | 16 | import com.shunzhi.parent.model.loginandregister.LoginAndRegisterModel; |
| 18 | 17 | import com.shunzhi.parent.ui.fragment.loginandregistfragment.LoginAndRegistFragment; |
| 19 | 18 | import com.shunzhi.parent.util.Utils; |
| ... | ... | @@ -89,7 +88,6 @@ public class LoginAndRegisterPresenter extends LoginAndRegisterContract.LoginPre |
| 89 | 88 | @Override |
| 90 | 89 | public void accept(JsonObject jsonObject) throws Exception { |
| 91 | 90 | //TODO 注册成功返回 |
| 92 | - Log.e("1111", jsonObject.toString()); | |
| 93 | 91 | AppConfig.getAppConfig(AppContext.getInstance()).set(AppConfig.LOGIN_NAME, adminName); |
| 94 | 92 | // AppConfig.getAppConfig(AppContext.getInstance()).set(AppConfig.LOGIN_PWD, password); |
| 95 | 93 | mIView.getUserInfo(1); | ... | ... |
app/src/main/res/layout/activity_mychild.xml
app/src/main/res/layout/activity_select_school.xml
app/src/main/res/layout/activity_webview.xml