Skip to content

Commit 2036465

Browse files
author
zhangxinxu
committed
back bug fixed
1 parent 96b7440 commit 2036465

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mobilebone.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
// add on v2.7.5 improve back user experence
504504
// add on v2.7.6
505505
// only not back transiton store last ship
506-
if (back == false) {
506+
if (back == false && history.popstate == false) {
507507
store.lastShip = [pageInto, pageOut];
508508
} else {
509509
store.lastShip = null;

0 commit comments

Comments
 (0)