This website works better with JavaScript.
Home
Explore
Help
Sign In
BWPB3
/
ytzh_Android_ZhongHui
Watch
9
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Activity
Browse Source
no message
master
lh
7 years ago
parent
4cf3602764
commit
2a72a0f0f6
1 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
(
"请输入饮水量"
)
;
return
;
}
if
(
tizhong
.
equals
(
""
)
|
|
tizhong
=
=
null
)
{
showToast
(
"请输入体重"
)
;
return
;
}
/
/
if
(
tizhong
.
equals
(
""
)
|
|
tizhong
=
=
null
)
{
/
/
showToast
(
"请输入体重"
)
;
/
/
return
;
/
/
}
if
(
zuidiwendu
.
equals
(
""
)
|
|
zuidiwendu
=
=
null
)
{
showToast
(
"请输入最低温度"
)
;
return
;
Write
Preview
Loading…
Cancel
Save