|
|
@@ -935,7 +935,9 @@ public class DataFormDetailActivity extends BaseActivity implements View.OnClick
|
|
|
boolean falg=true;
|
|
|
|
|
|
CommonUtil.counter=0;
|
|
|
- if (s.toString().length()>=2&&CommonUtil.countStr(s.toString(),".")==1){
|
|
|
+ if (s.toString().length()>=2
|
|
|
+ &&s.toString().substring(s.toString().length()-1, s.toString().length())
|
|
|
+ .equals(".")&&CommonUtil.countStr(s.toString(),".")==1){
|
|
|
|
|
|
falg=false;
|
|
|
}
|