Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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-08-17 17:10:53 +0800
Commit
27c6d96aed71fcac904ee4d8fbdb04fe9dbb15e8
1 parent
5d3ce1e0
'partial'
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
apps/home/models/address.js
public/js/home/address/address-modify.js
apps/home/models/address.js
View file @
27c6d96
...
...
@@ -84,8 +84,8 @@ const locationList = (params) => {
return
_getThrAddressData
(
params
).
then
(
result
=>
{
if
(
result
.
data
)
{
return
{
addressList
:
camelCase
(
result
.
data
)
}
addressList
:
camelCase
(
result
.
data
)
};
}
});
};
...
...
public/js/home/address/address-modify.js
View file @
27c6d96
...
...
@@ -26,7 +26,7 @@ $('.address-item').on('touchend', function() {
}
});
$confimMod
.
on
(
'touchend'
,
'.cancel'
,
function
(
e
)
{
$confimMod
.
on
(
'touchend'
,
'.cancel'
,
function
()
{
selectId
=
null
;
$confimMod
.
fadeOut
();
return
false
;
...
...
Please
register
or
login
to post a comment