1 $('body').on('hidden', '.modal', function () {$(this).removeData('modal');});
直接在js里加入上面的代码就可以解决缓存问题。