Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
ccbikai
9 years ago
Commit
1627b5ed38cf2d3b26286605e03e4472760cbf3d
1 parent
c017e1f5
地址管理优化
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
4 deletions
static/js/me/address.js
template/m.yohobuy.com/partials/me/address/edit-address.phtml
static/js/me/address.js
View file @
1627b5e
...
...
@@ -28,10 +28,8 @@ function editAddress(data) {
$addressForm
.
find
(
'[name="area_code"]'
).
val
(
data
.
areaCode
||
''
);
$addressForm
.
find
(
'[name="area"]'
).
val
(
data
.
area
||
''
);
$addressForm
.
find
(
'[name="address"]'
).
val
(
data
.
address
||
''
);
$footer
.
hide
();
$editAddressPage
.
show
();
// $addressForm.find('[name="address"]').blur();
// $addressForm.find('[name="consignee"]').focus();
}
$confim
.
on
(
'touchend'
,
'.cancel'
,
function
()
{
...
...
template/m.yohobuy.com/partials/me/address/edit-address.phtml
View file @
1627b5e
...
...
@@ -2,7 +2,7 @@
<form class="edit-address">
<input type="hidden" name="id" value="">
<label class="username">
收件人
收件人
姓名
<input type="text" name="consignee" value="">
</label>
<label class="mobile">
...
...
Please
register
or
login
to post a comment