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
2015-11-26 17:29:48 +0800
Commit
a6e81f3acc1729e5ba64e0d43e88c18ac9d40e5a
1 parent
891ca78d
删除调试信息
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
2 deletions
framework
static/js/me/address.js
framework
@
75bbc3b0
Subproject commit
e9d066dd88a8e7e37103021c427a205a5cfcdcec
Subproject commit
75bbc3b075de19f239532f60c5995d06c5f814e2
...
...
static/js/me/address.js
View file @
a6e81f3
...
...
@@ -28,7 +28,6 @@ $backBtn.attr('href', 'javascript:void(0);');
// 自定义事件
$backBtn
.
on
(
'touchend'
,
function
(
e
)
{
console
.
log
(
currentPage
);
if
(
currentPage
===
'edit'
)
{
$pageWrap
.
hide
();
$pageWrap
.
first
().
show
();
...
...
Please
register
or
login
to post a comment