【发布时间】:2015-01-03 00:33:18
【问题描述】:
<script>
var options1 = { positionClass: 'toast-top-full-width', timeOut: 0};
toastr.error('Message1', 'Title1', options1);
var options2 = { positionClass: 'toast-bottom-right', timeOut: 5000}
toastr.success('Message2', 'Title2', options2);
</script>
成功toast在5s后消失,但不显示在右下角
【问题讨论】: