Commit 34b8bc5f by zujiaozhang

'修改编辑帖子后苹果端的不刷新的问题,使用replace'

parent 2b4257f2
......@@ -206,7 +206,8 @@ define(['zepto', 'medtap'], function($, medtap) {
})
setTimeout(function(){
// medtap.pushWindow('myCardList.html');
window.history.go(-1)
// window.history.go(-1)
window.location.replace('myCardList.html')
},1000)
}, 1000)
}
......
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