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
Plain Diff
Browse Files
Authored by
郭成尧
2017-05-22 17:57:31 +0800
Commit
d0e723de289976e5d8bdc77ee9e89916c4c3de8c
2 parents
e6d79d67
b4edbb3e
Merge branch 'hotfix/addressname' into 'release/5.7'
common-path See merge request
!126
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 @
d0e723d
...
...
@@ -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 @
d0e723d
...
...
@@ -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 @
d0e723d
...
...
@@ -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 @
d0e723d
...
...
@@ -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