Skip to content

Commit

Permalink
fix: comment like
Browse files Browse the repository at this point in the history
  • Loading branch information
Pleasurecruise committed Nov 20, 2024
1 parent 3dce244 commit 8d3c0c0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
</select>

<!-- Get Like Comment Count -->
<select id="getLikeCommentCount" parameterType="String" resultType="int">
<select id="getLikeCommentCount" parameterType="Integer" resultType="int">
SELECT COUNT(*)
FROM comment_like
WHERE comment_id = #{id}
Expand Down
3 changes: 3 additions & 0 deletions uniapp/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 6 additions & 0 deletions uniapp/src/pages/topic/report.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<template>
<view class="container">
<view>
<text class="section-title">p.s.</text>
<text style="display: block;">此投诉为本小程序自有投诉渠道</text>
<text style="display: block;">非微信官方投诉渠道</text>
</view>

<!-- 投诉类型选择 -->
<view class="section">
<text class="section-title">请选择投诉类型</text>
Expand Down

0 comments on commit 8d3c0c0

Please sign in to comment.