Commit 1b05023b0dc21257f8260ac549a2c59021e47faf

Authored by liwei2917
1 parent 67a9d631

修改字段

src/main/resources/templates/page/comment.html
... ... @@ -63,15 +63,15 @@
63 63 </button>
64 64 <button type="button" id="before_button"
65 65 class="btn btn-sm margin-r-5 action_bottom"
66   - onclick="searchStatus('0',false)">全部待领
  66 + onclick="searchStatus('0',0)">全部待领
67 67 </button>
68 68 <button type="button" id="my_after_button"
69 69 class="btn btn-sm margin-r-5 action_bottom"
70   - onclick="searchStatus('1,2',true)">我的已审
  70 + onclick="searchStatus('1,2',1)">我的已审
71 71 </button>
72 72 <button type="button" id="my_brfore_button"
73 73 class="btn btn-sm margin-r-5 action_bottom"
74   - onclick="searchStatus('0',true)">我的未审
  74 + onclick="searchStatus('0',1)">我的未审
75 75 </button>
76 76 </div>
77 77 <button type="button" class="btn btn-primary btn-sm margin-r-5" id="query"
... ...