Commit 7b532a90 authored by Mac's avatar Mac

删除刷新

parent 16cde044
...@@ -323,7 +323,6 @@ $.fn.dataStatistics = function(options){ ...@@ -323,7 +323,6 @@ $.fn.dataStatistics = function(options){
}else { }else {
layer.msg('活动已结束') layer.msg('活动已结束')
} }
window.location.reload()
}else { }else {
if(options.platform == 'App'){ if(options.platform == 'App'){
window.postMessage(JSON.stringify({'action' : 'showToast', 'message' : '活动还未开始'})); window.postMessage(JSON.stringify({'action' : 'showToast', 'message' : '活动还未开始'}));
...@@ -331,7 +330,6 @@ $.fn.dataStatistics = function(options){ ...@@ -331,7 +330,6 @@ $.fn.dataStatistics = function(options){
layer.msg('活动还未开始') layer.msg('活动还未开始')
} }
window.location.reload()
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment