Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
ccbikai
9 years ago
Commit
fe024af72fd6b2b815c32fac3553de7fb0f06cba
1 parent
1ad12424
删除地址
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
static/js/me/address.js
static/js/me/address.js
View file @
fe024af
...
...
@@ -34,14 +34,16 @@ function editAddress(data) {
// $addressForm.find('[name="consignee"]').focus();
}
$confim
.
on
(
'touchend'
,
'.cancel'
,
function
(){
$confim
.
on
(
'touchend'
,
'.cancel'
,
function
()
{
deleteId
=
null
;
$confim
.
hide
();
}).
on
(
'touchend'
,
'.confim'
,
function
(){
}).
on
(
'touchend'
,
'.confim'
,
function
()
{
$
.
ajax
({
method
:
'POST'
,
url
:
'/home/deladdress'
,
data
:
{
id
:
deleteId
}
data
:
{
id
:
deleteId
}
}).
then
(
function
(
res
)
{
if
(
$
.
type
(
res
)
!==
'object'
)
{
res
=
{};
...
...
Please
register
or
login
to post a comment