Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOOD
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
whb
9 years ago
Commit
396da7676533e6eeecf3f69c48dbe86209b9e13d
1 parent
b3c20272
onlinereg
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
res/js/yohood.js
res/js/yohood.js
View file @
396da76
...
...
@@ -6,6 +6,7 @@ define('yohood', function(require, exports) {
var
share
=
require
(
'plugins/share'
);
var
freetile
=
require
(
"lib/ui/jquery.freetile"
);
var
tools
=
require
(
"lib/util/tools"
);
var
json
=
require
(
"lib/util/json"
);
var
goodsSwiper
=
null
;
require
(
"plugins/slider"
);
require
(
"plugins/imgZoom"
);
...
...
@@ -792,7 +793,7 @@ define('yohood', function(require, exports) {
onUploadSuccess
:
function
(
file
,
data
,
response
)
{
console
.
log
(
file
);
data
=
json
.
stringify
(
data
);
$
(
'.has-upload span'
).
text
(
file
.
name
);
$
(
'.has-upload'
).
fadeIn
();
...
...
Please
register
or
login
to post a comment