Browse Source

no message

master
lh 7 years ago
parent
commit
2a72a0f0f6
1 changed files with 4 additions and 4 deletions
  1. +4
    -4
      app/src/main/java/com/qhclh/ytzh/work/productiondailyw/WriteDFragment.java

+ 4
- 4
app/src/main/java/com/qhclh/ytzh/work/productiondailyw/WriteDFragment.java View File

@ -187,10 +187,10 @@ public class WriteDFragment extends BaseFragment {
showToast("请输入饮水量"); showToast("请输入饮水量");
return; return;
} }
if (tizhong.equals("") || tizhong == null) {
showToast("请输入体重");
return;
}
// if (tizhong.equals("") || tizhong == null) {
// showToast("请输入体重");
// return;
// }
if (zuidiwendu.equals("") || zuidiwendu == null) { if (zuidiwendu.equals("") || zuidiwendu == null) {
showToast("请输入最低温度"); showToast("请输入最低温度");
return; return;


Loading…
Cancel
Save