解决微信返回按钮到上一页页面不刷新的问题
<script type="text/javascript">window.onpageshow = function(event){ if (event.persisted) { window.location.reload(); }}</script>