Authored by whb

在线登记

... ... @@ -795,7 +795,7 @@ define('yohood', function(require, exports) {
$('.has-upload span').text(file.name);
$('.has-upload').fadeIn();
$('#filr-url').val(data.data);
$('#file-url').val(data.data);
},
onUploadError : function(file, errorCode, errorMsg, errorString) {
... ...