소스 검색

Merge branch 'dev-mysql' into feature_release-tomysql

liusw 7 년 전
부모
커밋
0f3402f235
1개의 변경된 파일4개의 추가작업 그리고 4개의 파일을 삭제
  1. 4 4
      src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_transfer_ctrl.js

+ 4 - 4
src/main/webapp/resources/js/usercenter/controllers/forstore/buyer_transfer_ctrl.js

@@ -646,10 +646,10 @@ define([ 'app/app' ], function(app) {
 				toaster.pop('info', '提示', '没有选择要付款的订单,或付款总额为0');
 				return ;
 			}
-			if(angular.isUndefined($scope.buyAccount)||angular.equals("{}", angular.toJson($scope.buyAccount))  || $scope.buyAccount == null) {
-				toaster.pop('info', '提示', '请选择买家账户');
-				return ;
-			}
+			// if(angular.isUndefined($scope.buyAccount)||angular.equals("{}", angular.toJson($scope.buyAccount))  || $scope.buyAccount == null) {
+			// 	toaster.pop('info', '提示', '请选择买家账户');
+			// 	return ;
+			// }
 			if ($scope.type == 'PAIDTOVENDOR'){
 				$scope.saleAccount = $scope.salePerAccount;
 			}