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
zhangxiaoru
2017-02-17 18:25:19 +0800
Commit
1d0f7fa412607b2de7497a0fb8e854ca93a18015
1 parent
fa9a6306
添加地址
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/address-modify.page.js
public/js/home/address-modify.page.js
View file @
1d0f7fa
...
...
@@ -65,7 +65,7 @@ $confimMod.on('touchend', '.cancel', function() {
return
false
;
});
//添加地址
//
添加地址
if
(
$addressItem
.
length
<
5
)
{
$addAddress
.
attr
(
'href'
,
$addAddress
.
data
(
'href'
));
}
...
...
Please
register
or
login
to post a comment