|
|
@@ -645,7 +645,7 @@ define([ 'app/app' ], function(app) {
|
|
|
return;
|
|
|
}
|
|
|
imageArray.push($scope.imagesList[i].imageUrl);
|
|
|
- } else if ($scope.type == "PAIDTOVENDOR" && $scope.imagesList[i].imageUrl == '') {
|
|
|
+ } else if ($scope.type == "PAIDTOVENDOR" && !$scope.imagesList[i].imageUrl) {
|
|
|
if ($scope.diliverPrice[i] != '') {
|
|
|
toaster.pop('info','提示','请输入付款金额对应的付款截图');
|
|
|
return;
|