2017-08-03 21:37:04 +08:00
|
|
|
|
|
|
|
|
|
|
|
2017-08-04 22:35:43 +08:00
|
|
|
|
<div class="alert alert-dismissible alert-success" style="margin:15px 15px">
|
2017-08-03 21:37:04 +08:00
|
|
|
|
<button type="button" class="close" data-dismiss="alert">×</button>
|
2017-08-27 08:41:16 +08:00
|
|
|
|
<h4>成功信息<small><small style="margin-left:10px;">请求ID:@ViewData["GUID"]</small></small></h4>
|
2017-08-03 21:37:04 +08:00
|
|
|
|
<p>@ViewData["alertMessage"]</p>
|
|
|
|
|
|
</div>
|