Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Targaryen
8 years ago
Commit
b4edbb3e731907458ed79fe94ac960d968cbfa5b
1 parent
7bc045be
common-path
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
public/js/cart/order/address.js
public/js/home/address.page.js
public/js/home/orders/order-block.js
public/js/home/returns-apply.js
public/js/cart/order/address.js
View file @
b4edbb3
...
...
@@ -9,7 +9,7 @@ var $ = require('yoho-jquery'),
area
=
require
(
'./areaSelect'
),
dialog
=
require
(
'../../common/dialog'
);
var
stringHandle
=
require
(
'common/helpers/stringHandle'
);
var
stringHandle
=
require
(
'
../../
common/helpers/stringHandle'
);
var
Dialog
=
dialog
.
Dialog
,
Confirm
=
dialog
.
Confirm
,
...
...
public/js/home/address.page.js
View file @
b4edbb3
...
...
@@ -9,7 +9,7 @@ var regionCode = require('./common-address');
var
dialog
=
require
(
'../common/dialog'
);
var
stringHandle
=
require
(
'common/helpers/stringHandle'
);
var
stringHandle
=
require
(
'
../
common/helpers/stringHandle'
);
var
Alert
=
dialog
.
Alert
;
...
...
public/js/home/orders/order-block.js
View file @
b4edbb3
...
...
@@ -9,7 +9,7 @@ var ordersApi = require('./orders-api');
var
dialog
=
require
(
'../../common/dialog'
);
var
stringHandle
=
require
(
'common/helpers/stringHandle'
);
var
stringHandle
=
require
(
'
../../
common/helpers/stringHandle'
);
var
Dialog
=
dialog
.
Dialog
;
var
Confirm
=
dialog
.
Confirm
;
...
...
public/js/home/returns-apply.js
View file @
b4edbb3
...
...
@@ -7,7 +7,7 @@ var $ = require('yoho-jquery'),
Addr
=
require
(
'./common-address'
),
_dialog
=
require
(
'../common/dialog'
);
var
stringHandle
=
require
(
'common/helpers/stringHandle'
);
var
stringHandle
=
require
(
'
../
common/helpers/stringHandle'
);
var
$goodsTable
=
$
(
'#goods-table'
),
$checkBox
=
$goodsTable
.
find
(
'input[type="checkbox"]'
),
...
...
Please
register
or
login
to post a comment