|
|
@@ -910,8 +910,8 @@ define([ 'angularAMD', 'ngLocal', 'common/services', 'common/directives', 'commo
|
|
|
/**
|
|
|
* 卖家中心菜单控制器
|
|
|
*/
|
|
|
- app.controller('VendorMenuCtrl', ['$scope', 'StoreInfo','$rootScope', function ($scope, StoreInfo,$rootScope) {
|
|
|
- //是寄售店铺
|
|
|
+ app.controller('VendorMenuCtrl', ['$scope', 'StoreInfo','$rootScope', function ($scope, StoreInfo, $rootScope) {
|
|
|
+ /* //是寄售店铺
|
|
|
$scope.isCONSIGNMENT = false;
|
|
|
|
|
|
StoreInfo.findShopOwnerApplyByNormalStatus({}, {}, function (result) {
|
|
|
@@ -921,7 +921,7 @@ define([ 'angularAMD', 'ngLocal', 'common/services', 'common/directives', 'commo
|
|
|
$scope.isCONSIGNMENT = true;
|
|
|
}}, function (error) {
|
|
|
|
|
|
- });
|
|
|
+ });*/
|
|
|
}]);
|
|
|
|
|
|
|