Commit 17d3fd21 by 冷斌

fix bug

parent d2fb3ff1
...@@ -252,7 +252,6 @@ ...@@ -252,7 +252,6 @@
} }
var isCollect = "{$paper['iscollect']}" > 0 ? 1 : 0; var isCollect = "{$paper['iscollect']}" > 0 ? 1 : 0;
console.log(isCollect, "{$paper['iscollect']}");
function changeCollect() { function changeCollect() {
if (isCollect) { if (isCollect) {
......
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