@@ -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: '请输入金额'