Commit 65bb2a17 by 冷斌

fix bug

parent 45160e9f
...@@ -17,6 +17,13 @@ ...@@ -17,6 +17,13 @@
</small> </small>
</div> </div>
<div class="view-stop"> <div class="view-stop">
<i class="icon" style="margin-top: 0.8rem;font-size: 16px;">
<php>if($paper['iscollect']){</php>
<img src="__THEME__/img/share_star.png" class="van-icon__image">
<php>}else{</php>
<img src="__THEME__/img/share_unstar.png" class="van-icon__image">
<php>}</php>
</i>
<neq name="Think.get.joinType" value="2"><i class="icon icon-zanting"></i></neq> <neq name="Think.get.joinType" value="2"><i class="icon icon-zanting"></i></neq>
<a href="javascript:;" id="show-answer-card"><i class="icon icon-datiqia"></i></a> <a href="javascript:;" id="show-answer-card"><i class="icon icon-datiqia"></i></a>
</div> </div>
...@@ -246,6 +253,7 @@ ...@@ -246,6 +253,7 @@
window.location.href = ve; window.location.href = ve;
} }
}); });
} }
</script> </script>
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