Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-luck
·
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
hongyong.zhao
2018-11-15 09:35:35 +0800
Commit
8c660b0d6829974a36944c0b22bb0f747b71dcb8
1 parent
f08a5da8
退出修改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
pages/zeroSell/components/action-bar.js
pages/zeroSell/components/action-bar.js
View file @
8c660b0
...
...
@@ -96,7 +96,9 @@ Component({
if
(
getCurrentPages
().
length
===
1
)
{
router
.
go
(
'index'
);
}
else
{
wx
.
navigateBack
()
wx
.
navigateBack
({
delta
:
getCurrentPages
().
length
-
1
})
}
},
...
...
Please
register
or
login
to post a comment