|
@@ -61,12 +61,12 @@
|
|
|
<script type="text/javascript" src="js/wechat-utils-1.0.js"></script>
|
|
|
<script type="text/javascript">
|
|
|
|
|
|
- window.addEventListener('pageshow', function(e) {
|
|
|
- // 通过persisted属性判断是否存在 BF Cache
|
|
|
- if(e.persisted) {
|
|
|
- location.reload();
|
|
|
- }
|
|
|
- });
|
|
|
+ window.addEventListener('pageshow', function(e) {
|
|
|
+ // 通过persisted属性判断是否存在 BF Cache
|
|
|
+ if(e.persisted) {
|
|
|
+ location.reload();
|
|
|
+ }
|
|
|
+ });
|
|
|
|
|
|
var notReceive=null; //先判断是否领取过
|
|
|
|