为了账号安全,请及时绑定邮箱和手机立即绑定

网页后退问题。

网页后退问题。

达令说 2018-11-13 14:12:52
现在有index,order,comment3个页面。order点击评论到comment,comment新增评论重定向到order。现在想要comment重定向到order之后,order后退的时候不能又退回到comment页面,直接退回到index页面。jQuery(document).ready(function ($) { if (window.history && window.history.pushState) { window.onpopstate = function () { location.href = "index.aspx"; }; window.history.pushState('forward', null, "order.aspx"); }});在order使用history做的限制,当在其他页面点击后退,好像会触发order页面的后退事件,直接从其他页面退回到index了(ps:PC上没有问题,手机会有该问题出现(微商城))。正确的应该是其他页面-order-index。求指教。
查看完整描述

2 回答

?
九州编程

TA贡献1785条经验 获得超4个赞

传回来一个标识作为判断。


查看完整回答
反对 回复 2018-11-17
?
慕姐8265434

TA贡献1813条经验 获得超2个赞

在commet新增评论跳往order 之前 用replaceState({},'index.aspx')

查看完整回答
反对 回复 2018-11-17
  • 2 回答
  • 0 关注
  • 583 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信