Commit 193cc01f authored by agping's avatar agping

修改

parent 0b45a3da
......@@ -307,13 +307,13 @@ function dealPunctuation(str) {
* 自定义提示框修改
*
*/
function alert(str) {
var div = '<div class="mark"></div>';
$('body').append(div)
$('.mark').html(str);
$('.mark').show();
setTimeout(function() {
$('.mark').hide();
$('.mark').remove();
}, 2000)
}
\ No newline at end of file
//function alert(str) {
// var div = '<div class="mark"></div>';
// $('body').append(div)
// $('.mark').html(str);
// $('.mark').show();
// setTimeout(function() {
// $('.mark').hide();
// $('.mark').remove();
// }, 2000)
//}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment