|
@@ -47,7 +47,7 @@ define(['app/app', 'jquery-uploadify'], function (app) {
|
|
|
*/
|
|
*/
|
|
|
$scope.initial = function () {
|
|
$scope.initial = function () {
|
|
|
$scope.enterprise = $rootScope.applyInfo.enterprise || {};
|
|
$scope.enterprise = $rootScope.applyInfo.enterprise || {};
|
|
|
- $scope.applySampleInfo.logoUrl = $scope.enterprise.enLogoUrl || null;
|
|
|
|
|
|
|
+ $scope.applySampleInfo.logoUrl = null;
|
|
|
accessTemplates();
|
|
accessTemplates();
|
|
|
createPlainProducts();
|
|
createPlainProducts();
|
|
|
};
|
|
};
|