Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe
·
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
陶雨
2016-03-10 13:34:03 +0800
Commit
c603ee9a8b7b70ba396a7163ac58b60c721308d4
1 parent
35e0b9d6
no message
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
client/js/goods/netsale-edit.js
client/js/goods/partials/search-key.js
client/js/goods/search-key.js
client/js/goods/netsale-edit.js
View file @
c603ee9
...
...
@@ -2,11 +2,12 @@
var
$
=
require
(
'jquery'
),
common
=
require
(
'../common/common'
);
require
(
'../util/custom.js'
);
require
(
'../goods/search-key.js'
);
/*
* 获取业务数据
*/
window
.
NETSALEDATA
=
require
(
'./partials/data.js'
);
// require('./partials/search-key.js');
console
.
log
(
window
.
NETSALEDATA
);
...
...
client/js/goods/partials/search-key.js
0 → 100644
View file @
c603ee9
var
$
=
require
(
'jquery'
),
common
=
require
(
'../common/common'
);
\ No newline at end of file
...
...
client/js/goods/search-key.js
View file @
c603ee9
var
$
=
require
(
'jquery'
),
common
=
require
(
'../common/common'
);
\ No newline at end of file
// var $ = require('jquery'),
// common = require('../common/common');
// var g = new common.grid({
// el: "#hot-key",
// columns: [
// ]
// });
\ No newline at end of file
...
...
Please
register
or
login
to post a comment