'use strict'; /** * * * @author Zhong * @date 2018/6/15 * @version */ window.alert = function(str) { $('#commonAlert').find('p').text(str); $('#commonAlert').modal('show'); };