Commit 26d759f4 by 冷斌

fix bug

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