|
|
@@ -261,10 +261,10 @@ define(['app/app'], function (app) {
|
|
|
toaster.pop('error', '店铺信息不能为空');
|
|
|
return false;
|
|
|
}
|
|
|
- if (!$scope.sampleStore.description || $scope.sampleStore.description == '') {
|
|
|
- toaster.pop('error', '店铺简介信息不能为空');
|
|
|
- return false;
|
|
|
- }
|
|
|
+ // if (!$scope.sampleStore.description || $scope.sampleStore.description == '') {
|
|
|
+ // toaster.pop('error', '店铺简介信息不能为空');
|
|
|
+ // return false;
|
|
|
+ // }
|
|
|
if (!$scope.sampleStore.enterprise) {
|
|
|
toaster.pop('error', '企业信息不能为空');
|
|
|
return false;
|
|
|
@@ -274,7 +274,7 @@ define(['app/app'], function (app) {
|
|
|
return false;
|
|
|
}*/
|
|
|
if (!$scope.sampleStore.enterprise.address || $scope.sampleStore.enterprise.address == '') {
|
|
|
- toaster.pop('error', '企业地址不能为空');
|
|
|
+ toaster.pop('error', '店铺地址不能为空');
|
|
|
return false;
|
|
|
}
|
|
|
if (!$scope.sampleStore.enterprise.enTel || $scope.sampleStore.enterprise.enTel == '') {
|