'
$(this).parents('.a_t_c_time_box').siblings('.replyBox').html(html)
var _placeHolder=$(this).parents('.a_t_c_time_box').siblings('p')[0].innerText
$(this).parents('.a_t_c_time_box').siblings('.replyBox').find('.reply_input').attr( "placeholder" ,'回复 '+_placeHolder )
})
$('.a_t_comment').on('click','.cancel_btn',function(){
event.stopPropagation();
$(this).parents('.replyBox').html('')
})
var iName=''
$('#outermostUl').on('click','.reply_to_reviewer',function(){
event.stopPropagation();
$(this).parents('.a_t_com_con_box').siblings('.replyBox').html('')
var _reviewer= $(this).parents('.a_t_comment_c_time').siblings('p')[0].innerText
var idx =_reviewer.indexOf('回')
var oname=_reviewer.substring(0,idx);
iName=oname
var html = '
';
html += '';
html += '
';
html += 'div>
';
html += '
';
html += '
';
html += '
';
html += '';
$(this).parents('#out_box').siblings('.o_replyBox').html(html)
$(this).parents('#out_box').siblings('.o_replyBox').find('.reply_input').attr( "placeholder" ,'回复 '+oname )
})
$('#outermostUl').on('click','.o_cancel_btn',function(){
event.stopPropagation();
$(this).parents('.o_replyBox').html('')
})
/*$('#outermostUl').on('click','.o_reply_btn',function(){
event.stopPropagation();
var newR=($(this).parents('.o_btn_box').siblings('.reply_input').val());
if (newR.trim() === '') {
$(this).parents('.o_replyBox').html('')
return
}
$(this).parents('.o_replyBox').siblings('.a_t_com_con_box').children('.addUl').append(`
' + info.u_name + ' ' + shoVip + '
'; html += ''; html += '- ';
html += '

';
html += ' ';
html += ' ' + info.first_reply.content + ' ';
html += ' ';
html += ' ';
html += '
'; html += '' + info.first_reply.u_name + ' 回复' + info.u_name + '
'; html += '