Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
liangxs
9 years ago
Commit
3c39c1dab9b4e56ee877b924f8715f869b5e1ef1
1 parent
77110156
订单详情地址修改bug修复
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
23 deletions
static/js/me/address-modify.js
template/m.yohobuy.com/actions/index/home/address_modify.phtml
static/js/me/address-modify.js
View file @
3c39c1d
...
...
@@ -24,9 +24,6 @@ $('.address-item').on('touchend', function() {
$confimMod
.
find
(
'.content'
).
text
(
'收货地址仅且只能修改一次,请确认是否修改?'
);
$confimMod
.
fadeIn
();
}
}).
on
(
'touchend'
,
'.edit'
,
function
()
{
window
.
location
.
href
=
$
(
this
).
data
(
'href'
);
return
false
;
});
$confimMod
.
on
(
'touchend'
,
'.cancel'
,
function
(
e
)
{
...
...
template/m.yohobuy.com/actions/index/home/address_modify.phtml
View file @
3c39c1d
...
...
@@ -6,10 +6,6 @@
<span class="name">{{consignee}}</span>
<span class="tel">{{mobile}}</span>
<p class="address-info">{{area}} {{address}}</p>
<div class="action iconfont">
<span class="edit" data-href="/home/addressAct?id={{address_id}}&refer=modify"></span>
<span class="del" data-id="{{address_id}}"></span>
</div>
</div>
{{/ address}}
...
...
@@ -17,22 +13,6 @@
添加新地址
</a>
<div class="confim-mask hide">
<div class="confim-box">
<div class="content">
您确定要删除地址?
</div>
<div class="action">
<span class="cancel">
取消
</span>
<span class="confim buriedpoint" data-bp-id="addressModify_alert_confirm_0">
确认
</span>
</div>
</div>
</div>
<div class="confim-modify-mask hide">
<div class="confim-box">
<div class="content">
...
...
Please
register
or
login
to post a comment