File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class ReplyController extends Controller {
99 async add ( ) {
1010 const { ctx, service } = this ;
1111 const content = ctx . request . body . r_content ;
12- const reply_id = ctx . params . reply_id ;
12+ const reply_id = ctx . request . body . reply_id ;
1313
1414 if ( content . trim ( ) === '' ) {
1515 ctx . status = 422 ;
Original file line number Diff line number Diff line change 169169 < % } %>
170170</ div >
171171
172- < div class ="replies_history ">
172+ < div class ="replies_history " style =" display: none; " >
173173 < div class ="inner_content "> </ div >
174174 < div class ="anchor "> </ div >
175175</ div >
Original file line number Diff line number Diff line change 7979 < label class ='control-label ' for ='signature '> 个性签名</ label >
8080
8181 < div class ='controls '>
82- < textarea class ='input-xlarge ' id ='signature ' name ='signature ' size ='30 '> < %= typeof user.signature !== 'undefined' ? user.signature : "" %>
83- </ textarea >
82+ < textarea class ='input-xlarge ' id ='signature ' name ='signature ' size ='30 '> < %= typeof user.signature !== 'undefined' ? user.signature : "" %> </ textarea >
8483 </ div >
8584 </ div >
8685 < input type ='hidden ' id ='action ' name ='action ' value ='change_setting '/>
You can’t perform that action at this time.
0 commit comments