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
2a640b95d06aa205f2423aa55e551e4b90719467
1 parent
71ad7cce
添加地址
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
static/js/me/address.js
static/sass/me/_address.scss
static/js/me/address.js
View file @
2a640b9
...
...
@@ -27,7 +27,9 @@ function editAddress(data) {
$addressForm
.
find
(
'[name="area"]'
).
val
(
data
.
area
||
''
);
$addressForm
.
find
(
'[name="address"]'
).
val
(
data
.
address
||
''
);
$editAddressPage
.
show
();
$addressForm
.
find
(
'[name="consignee"]'
).
focus
();
// $addressForm.find('[name="address"]').blur();
// $addressForm.find('[name="consignee"]').focus();
}
function
deleteAddress
(
data
)
{
...
...
static/sass/me/_address.scss
View file @
2a640b9
...
...
@@ -142,8 +142,8 @@
input
,
textarea
{
position
:
absolute
;
top
:
0
;
right
:
0
;
width
:
pxToRem
(
400px
);
right
:
pxToRem
(
40px
);
width
:
pxToRem
(
360px
);
height
:
pxToRem
(
88px
);
color
:
#444
;
padding
:
0
;
...
...
@@ -156,6 +156,8 @@
}
textarea
{
right
:
0
;
width
:
pxToRem
(
400px
);
height
:
pxToRem
(
58px
)
*
2
;
padding
:
pxToRem
(
20px
)
0
;
}
...
...
Please
register
or
login
to post a comment