您应该将这行代码从common js文件移到destroy.js,在appropritate控制器目录下的views目录中。基于你的描述最有可能是 app/views/expenditure/destroy.js.erb
app/views/expenditure/destroy.js.erb
$("#totalBox").html("<%= escape_javascript(render(:partial => 'total' , :locals => { :total => @total })).html_safe %>");
同时删除 head :ok 从 format.js 就这样吧 format.js
head :ok
format.js