|
|
@@ -214,8 +214,8 @@ define(['app/app'], function (app) {
|
|
|
}
|
|
|
}
|
|
|
$scope.applyObj.amount = cutOutString($scope.applyObj.amount, chineseIndex);
|
|
|
- } else if ($scope.applyObj.amount.length > 8) {
|
|
|
- $scope.applyObj.amount = cutOutString($scope.applyObj.amount, 8);
|
|
|
+ } else if ($scope.applyObj.amount.length > 9) {
|
|
|
+ $scope.applyObj.amount = cutOutString($scope.applyObj.amount, 9);
|
|
|
}
|
|
|
}
|
|
|
$scope.onEncapsulationChange = function () {
|