Browse Source

Merge branch 'test' of git.oschina.net:yiguanjia/php into test

north 8 years ago
parent
commit
7059bdc2ab

File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/main.js


File diff suppressed because it is too large
+ 0 - 0
www/webapp/o2o/dist/js/page/rechargee.js


+ 1 - 1
www/webapp/o2o/js/page/rechargee.js

@@ -84,7 +84,7 @@ define(['$', 'template', 'IScroll', 'recharge', 'native', 'config', 'user'], fun
 						message: '请选择金额'
 					}]);
 					return;
-				}else if (inputVal=="") {
+				}else if (parseInt(inputVal)===NaN || inputVal==="") {
 					// 弹出提示框
 					$doc.trigger('spa:openpanel', ['simpleAlert', {
 						message: '请输入金额'

Some files were not shown because too many files changed in this diff