CatSeed
本帖最后由 Event 于 2017-1-28 18:00 编辑

进到Discuz目录下
upload/template/default/common/report.htm
这个文件中
大约37行
  1. reasonstring += '<label><input type="radio" name="report_select" class="pr" onclick="$(report_other).style.display=' + (i < reasons.length -1 ? 'none' : '') + ';$(report_msg).style.display=' + (i < reasons.length -1 ? 'none' : '') + '" value="' + reasons[i] + '"> ' + reasons[i] + '</label><br />';
复制代码

修改为
  1. reasonstring += '<label><input type="radio" name="report_select" class="pr" onclick="' + (i < reasons.length -1 ? '$(\'report_message\').innerHTML=this.value;' : '') + '$(report_other).style.display=' + (i < reasons.length -1 ? 'none' : '') + ';$(report_msg).style.display=' + (i < reasons.length -1 ? 'none' : '') + '" value="' + reasons[i] + '"> ' + reasons[i] + '</label><br />';
复制代码


CatSeed
@混乱   @rom718      

混乱
试试看吧,上次你给的方案反倒是整个编辑器烂了

CatSeed
混乱 发表于 2017-1-22 12:54
试试看吧,上次你给的方案反倒是整个编辑器烂了

...目前的版本是3.2还是3.3

混乱
Event 发表于 2017-1-22 12:52
...目前的版本是3.2还是3.3

3.1

andylizi
http://www.mcbbs.net/forum.php?m ... 570129&pid=10046487

CatSeed

我的修改方案都是基于DISCUZ3.3 20170101的....3.1可能无效

下一页 最后一页