|
|
@ -4508,7 +4508,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};
|
|
|
|
$scope.uploadTermsFile = function (file) {
|
|
|
|
/*$scope.uploadTermsFile = function (file) {
|
|
|
|
if (file != null) {
|
|
|
|
if (file != null) {
|
|
|
|
if (file.size > 3 * 1024 * 1024) {
|
|
|
|
if (file.size > 3 * 1024 * 1024) {
|
|
|
|
commonDialog.alert({title: 'Error', content: '文件大小不能超过3MB,请压缩后重试', type: 'error'})
|
|
|
|
commonDialog.alert({title: 'Error', content: '文件大小不能超过3MB,请压缩后重试', type: 'error'})
|
|
|
@ -4530,7 +4530,7 @@ define(['angular', 'decimal', 'static/commons/commons', 'uiBootstrap', 'uiRouter
|
|
|
|
})
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|
|
|
|
};*/
|
|
|
|
$scope.uploadDescFile = function (file) {
|
|
|
|
$scope.uploadDescFile = function (file) {
|
|
|
|
if (file != null) {
|
|
|
|
if (file != null) {
|
|
|
|
if (file.size > 3 * 1024 * 1024) {
|
|
|
|
if (file.size > 3 * 1024 * 1024) {
|
|
|
|