Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wechat_lung
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanpeng
wechat_lung
Commits
34b8bc5f
Commit
34b8bc5f
authored
Oct 21, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改编辑帖子后苹果端的不刷新的问题,使用replace'
parent
2b4257f2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
newCard.js
medtap_bbs_lung/javaScript/newCard.js
+2
-1
No files found.
medtap_bbs_lung/javaScript/newCard.js
View file @
34b8bc5f
...
...
@@ -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
)
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment